Skip to content

Commit

Permalink
Fix node path
Browse files Browse the repository at this point in the history
  • Loading branch information
puritys committed Dec 12, 2017
1 parent 8abd8a3 commit ba7ffdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,5 +1,5 @@
{
"version": "2.5.6",
"version": "2.5.7",
"description": "Implement php function for nodejs ",
"main": "phplike",
"keywords": [
Expand Down Expand Up @@ -31,7 +31,7 @@
"binary"
],
"scripts": {
"install": "/usr/bin/node install.js",
"install": "node install.js",
"test": "mocha tests",
"build": "node-gyp rebuild"
},
Expand Down

0 comments on commit ba7ffdb

Please sign in to comment.