Skip to content

Commit

Permalink
Remove postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
edi9999 committed Oct 1, 2022
1 parent cf722df commit 07caf91
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 54 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@
"browserify:lib": "webpack",
"browserify:min": "MIN=true webpack",
"updtr": "updtr",
"postinstall": "node -e \"try{require('./postinstall.js')}catch(e){}\"",
"browserify": "npm run browserify:test && npm run browserify:lib && npm run browserify:min",
"convertto:es5": "rimraf js -rf && mkdirp js && npm run babel && cp es6/*.ts js",
"convertto:es5:watch": "npm run babel -- --watch",
Expand Down
53 changes: 0 additions & 53 deletions postinstall.js

This file was deleted.

0 comments on commit 07caf91

Please sign in to comment.