Skip to content

Commit 04f4016

Browse files
committed
0.10
1 parent cf07823 commit 04f4016

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "boost-lib",
3-
"version": "0.9.2",
3+
"version": "0.10.0",
44
"description": "Boost dependency manager for CMake.js based native modules",
55
"license": "MIT",
66
"keywords": [
@@ -27,17 +27,17 @@
2727
"iojs": ">= 1.0.0"
2828
},
2929
"dependencies": {
30-
"bluebird": "^2.9.15",
31-
"cmake-js": "^0.10.2",
32-
"debug": "^2.1.3",
33-
"fs-extra": "^0.16.5",
34-
"lodash": "^3.6.0",
35-
"memory-stream": "0.0.3",
36-
"npmlog": "^1.2.0",
37-
"request": "^2.54.0",
38-
"semver": "^4.3.4",
39-
"tar": "^1.0.3",
40-
"url-join": "0.0.1",
41-
"yargs": "^3.6.0"
30+
"bluebird": "*",
31+
"cmake-js": "2",
32+
"debug": "*",
33+
"fs-extra": "0",
34+
"lodash": "*",
35+
"memory-stream": "0",
36+
"npmlog": "1",
37+
"request": "2",
38+
"semver": "*",
39+
"tar": "1",
40+
"url-join": "0",
41+
"yargs": "3"
4242
}
4343
}

0 commit comments

Comments
 (0)