Skip to content

Commit f26d52e

Browse files
committed
test pr
1 parent b7356dd commit f26d52e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@
44
"description": "Native module calculating estimate of PI",
55
"dependencies": {
66
"bindings": "^1.2.1",
7-
"cmake-js": "*",
7+
"cmake-js": "git+https://github.com/Ivshti/cmake-js#4f10fcbfe4ffee9ddc3629e053b6bca245b519d0",
88
"nan": "^1.7.0"
99
},
1010
"scripts": {
1111
"install": "node ./node_modules/cmake-js/bin/cmake-js rebuild"
12+
},
13+
"cmake-js": {
14+
"runtime": "electron",
15+
"runtimeVersion": "0.26.0"
1216
}
1317
}

0 commit comments

Comments
 (0)