Skip to content

Commit

Permalink
fix postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
lcxfs1991 committed Jun 22, 2016
1 parent eaff019 commit a54a56a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bin/postinstall.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#! /usr/bin/env node
const execSync = require('child_process').execSync,
os = require('os');

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "steamer",
"main": "index.js",
"scripts": {
"postinstall": "node ./bin/postinstall.js"

},
"bin": {
"steamer": "./bin/steamer.js"
Expand Down

0 comments on commit a54a56a

Please sign in to comment.