Skip to content

Commit fc03078

Browse files
committed
cmake.js 3 dep
1 parent 04f4016 commit fc03078

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "boost-lib",
3-
"version": "0.10.0",
3+
"version": "0.11.0",
44
"description": "Boost dependency manager for CMake.js based native modules",
55
"license": "MIT",
66
"keywords": [
@@ -28,7 +28,6 @@
2828
},
2929
"dependencies": {
3030
"bluebird": "*",
31-
"cmake-js": "2",
3231
"debug": "*",
3332
"fs-extra": "0",
3433
"lodash": "*",
@@ -39,5 +38,8 @@
3938
"tar": "1",
4039
"url-join": "0",
4140
"yargs": "3"
41+
},
42+
"peerDependencies": {
43+
"cmake-js": "^3.0.0"
4244
}
4345
}

0 commit comments

Comments
 (0)