Skip to content

Commit f30982f

Browse files
committed
npm fix
1 parent 4780699 commit f30982f

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
@@ -1,6 +1,6 @@
11
{
22
"name": "marlin-conf",
3-
"version": "2.10.1",
3+
"version": "2.10.1-",
44
"description": "configuration tool for Marlin project",
55
"main": "./index.js",
66
"scripts": {
@@ -13,7 +13,7 @@
1313
"rebuild": "npm rebuild serialport --update-binary",
1414
"prepublishOnly": "./node_modules/.bin/json -I -f package.json -e 'if(this.devDependencies)this.devDependenciesOff=this.devDependencies;this.devDependencies=undefined'",
1515
"postpublish": "./node_modules/.bin/json -I -f package.json -e 'if(this.devDependenciesOff)this.devDependencies=this.devDependenciesOff;this.devDependenciesOff=undefined'",
16-
"prebuild-": "sudo apt install icnsutils graphicsmagick"
16+
"postinstall": "cd node_modules/ot ; npm i ; node_modules/.bin/grunt --force ; rm -r node_modules"
1717
},
1818
"build": {
1919
"appId": "com.akajes.marlin.conf",

0 commit comments

Comments
 (0)