Merge pull request #157 from mehyaa/patch-1

Fix npm package install error
development
David Benson 2018-01-26 00:35:16 +00:00 committed by GitHub
commit 2343377352
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
},
"main": "./javascript/dist/build.js",
"scripts": {
"postinstall": "grunt build --base \"$(npm prefix)\" --gruntfile etc/build/Gruntfile.js"
"prepublish": "grunt build --base ./ --gruntfile etc/build/Gruntfile.js"
},
"dependencies": {
"grunt": "^1.0.1",