Skip to content

Commit 72811c4

Browse files
committed
made requirements in package.json more strict
1 parent df11d58 commit 72811c4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
"test": "test"
88
},
99
"dependencies": {
10-
"cheerio": "~0.10.0",
11-
"express": "~3.3.4",
12-
"microformat-node": "~0.2.2",
13-
"request": "~2.22.0"
10+
"cheerio": "0.10.0",
11+
"express": "3.3.4",
12+
"microformat-node": "0.2.2",
13+
"request": "2.22.0"
1414
},
1515
"devDependencies": {
16-
"mocha": "~1.12.0",
17-
"expect.js": "~0.2.0"
16+
"mocha": "1.12.0",
17+
"expect.js": "0.2.0"
1818
},
1919
"scripts": {
2020
"test": "mocha"

0 commit comments

Comments
 (0)