update npm identifier

This commit is contained in:
Leo Horie 2016-10-31 12:24:46 -04:00
parent 1994e8e596
commit adf91a4f7a
4 changed files with 5 additions and 5 deletions

View file

@ -12,7 +12,7 @@ The easist way to setup the test runner is to create an NPM script for it. Open
"test": "ospec"
},
"dependencies": {
"mithril": "github:lhorie/mithril.js#rewrite"
"mithril": "github:mithril@1.0.0-rc.2"
}
}
```