tweaks in docs

This commit is contained in:
Leo Horie 2016-12-31 08:35:50 -05:00
parent c8f2564cfe
commit c71ebf18ed
7 changed files with 61 additions and 38 deletions

View file

@ -8,11 +8,7 @@ The easist way to setup the test runner is to create an NPM script for it. Open
{
"name": "my-project",
"scripts": {
"build": "bundle index.js --output app.js --watch",
"test": "ospec"
},
"dependencies": {
"mithril": "^1.0.0-rc.5"
}
}
```