Skip to content

Commit

Permalink
npm fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akaJes committed May 18, 2018
1 parent 4780699 commit f30982f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "marlin-conf",
"version": "2.10.1",
"version": "2.10.1-",
"description": "configuration tool for Marlin project",
"main": "./index.js",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"rebuild": "npm rebuild serialport --update-binary",
"prepublishOnly": "./node_modules/.bin/json -I -f package.json -e 'if(this.devDependencies)this.devDependenciesOff=this.devDependencies;this.devDependencies=undefined'",
"postpublish": "./node_modules/.bin/json -I -f package.json -e 'if(this.devDependenciesOff)this.devDependencies=this.devDependenciesOff;this.devDependenciesOff=undefined'",
"prebuild-": "sudo apt install icnsutils graphicsmagick"
"postinstall": "cd node_modules/ot ; npm i ; node_modules/.bin/grunt --force ; rm -r node_modules"
},
"build": {
"appId": "com.akajes.marlin.conf",
Expand Down

0 comments on commit f30982f

Please sign in to comment.