Skip to content

Commit

Permalink
[tools] Simplify publish scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Mar 22, 2019
1 parent aa6376c commit 35aca96
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 35 deletions.
2 changes: 0 additions & 2 deletions .npmignore

This file was deleted.

10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
"init": "bash ./scripts/init.sh",
"lint": "bash ./scripts/lint.sh",
"log": "bash ./scripts/log.sh",
"prepublishOnly": "bash ./scripts/prepublish.sh",
"postpublish": "bash ./scripts/postpublish.sh",
"prepublishOnly": "bash ./scripts/build.sh",
"test": "bash ./scripts/test.sh",
"watch": "bash ./scripts/watch.sh"
},
Expand All @@ -48,5 +47,10 @@
},
"engines": {
"node": ">=0.6.0"
}
},
"files": [
"MIT-LICENSE.txt",
"bin/gonzales.js",
"lib/gonzales.js"
]
}
12 changes: 0 additions & 12 deletions scripts/postpublish.sh

This file was deleted.

18 changes: 0 additions & 18 deletions scripts/prepublish.sh

This file was deleted.

0 comments on commit 35aca96

Please sign in to comment.