Skip to content

Commit a55cb1e

Browse files
committed
Move cmake-js to dev dependency
1 parent d448145 commit a55cb1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"url": "https://github.com/REVrobotics/node-can-bridge.git"
1212
},
1313
"dependencies": {
14-
"cmake-js": "^7.3.0",
1514
"node-addon-api": "^8.2.0",
1615
"pkg-prebuilds": "^1.0.0"
1716
},
@@ -20,7 +19,8 @@
2019
"@types/node": "^16.18.18",
2120
"adm-zip": "^0.5.10",
2221
"axios": "^1.3.6",
23-
"typescript": "^5.0.2"
22+
"typescript": "^5.0.2",
23+
"cmake-js": "^7.3.0"
2424
},
2525
"scripts": {
2626
"install": "pkg-prebuilds-verify binding-options.cjs || npm run build",

0 commit comments

Comments
 (0)