Skip to content

Commit

Permalink
Use fixed versions for dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed Sep 3, 2016
1 parent b2d9f9d commit abd3616
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,17 @@
"name": "ms",
"version": "0.7.1",
"description": "Tiny ms conversion utility",
"repository": {
"type": "git",
"url": "git://github.com/guille/ms.js.git"
},
"repository": "zeit/ms",
"main": "./index",
"license": "MIT",
"devDependencies": {
"mocha": "*",
"expect.js": "*",
"serve": "*"
"mocha": "^3.0.2",
"expect.js": "^0.3.1",
"serve": "^1.4.0"
},
"component": {
"scripts": {
"ms/index.js": "index.js"
}
},
"license": "MIT"
}
}

0 comments on commit abd3616

Please sign in to comment.