Skip to content

Commit abd3616

Browse files
committed
Use fixed versions for dev dependencies
1 parent b2d9f9d commit abd3616

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

package.json

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,17 @@
22
"name": "ms",
33
"version": "0.7.1",
44
"description": "Tiny ms conversion utility",
5-
"repository": {
6-
"type": "git",
7-
"url": "git://github.com/guille/ms.js.git"
8-
},
5+
"repository": "zeit/ms",
96
"main": "./index",
7+
"license": "MIT",
108
"devDependencies": {
11-
"mocha": "*",
12-
"expect.js": "*",
13-
"serve": "*"
9+
"mocha": "^3.0.2",
10+
"expect.js": "^0.3.1",
11+
"serve": "^1.4.0"
1412
},
1513
"component": {
1614
"scripts": {
1715
"ms/index.js": "index.js"
1816
}
19-
},
20-
"license": "MIT"
17+
}
2118
}

0 commit comments

Comments
 (0)