Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit b44c92d

Browse files
committed
using npm bin instead
1 parent 2668843 commit b44c92d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"scripts": {
3434
"test": "phantomjs testrunner.js",
3535
"web": "tiny-cdn run -p=1337",
36-
"postinstall": "if [ -f ./node_modules/.bin/lightercollective ]; then node ./node_modules/.bin/lightercollective; fi"
36+
"postinstall": "node \"$(npm bin)/lightercollective\""
3737
},
3838
"devDependencies": {
3939
"html-class": "^1.2.0",

0 commit comments

Comments
 (0)