Bump npm version
Fixes #740. It really needs it... :( Also, I fixed some weird indentation going on in that area of the package.json file (mixed spaces/tabs).
This commit is contained in:
parent
a23a32a3d9
commit
5111c75746
1 changed files with 5 additions and 5 deletions
10
package.json
10
package.json
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "mithril",
|
||||
"description": "Mithril.js beta build - use this to help us test the releases before they are released",
|
||||
"version": "0.1.34-beta.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:lhorie/mithril.js.git"
|
||||
},
|
||||
"version": "0.2.1",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:lhorie/mithril.js.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "grunt test"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue