Skip to content

Commit

Permalink
Removed post-install script
Browse files Browse the repository at this point in the history
  • Loading branch information
mde committed Aug 17, 2020
1 parent 8831f6c commit 86f1e7f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 20 deletions.
1 change: 0 additions & 1 deletion jakefile.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ publishTask('ejs', ['build'], function () {
'README.md',
'LICENSE',
'package.json',
'postinstall.js',
'ejs.js',
'ejs.min.js',
'lib/**',
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha",
"postinstall": "node --harmony ./postinstall.js"
"test": "mocha"
}
}
17 changes: 0 additions & 17 deletions postinstall.js

This file was deleted.

0 comments on commit 86f1e7f

Please sign in to comment.