Skip to content
This repository has been archived by the owner on Nov 16, 2018. It is now read-only.

Commit

Permalink
Added prepack and postpack scripts, fixed lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
dhershman1 committed May 16, 2018
1 parent b81977f commit e6b1cd4
Show file tree
Hide file tree
Showing 2 changed files with 222 additions and 2 deletions.
217 changes: 217 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@
"test": "tests"
},
"scripts": {
"prepack": "npm-run-all build:split create build docs",
"postpack": "npm run clean",
"clean": "node scripts/clean.js",
"docs": "node scripts/docs.js",
"create": "node scripts/create-export.js",
"build": "rollup -c",
"build:split": "rollup -c rollup.split.js",
"test": "ava",
"lint": "standard --fix src/**/*.js"
"lint": "standard src/*.js"
},
"ava": {
"files": [
Expand Down Expand Up @@ -67,7 +69,8 @@
"del": "3.0.0",
"globby": "8.0.1",
"jsdoc-to-markdown": "4.0.1",
"rollup": "^0.59.1",
"npm-run-all": "4.1.3",
"rollup": "0.59.1",
"rollup-plugin-babel": "4.0.0-beta.4",
"rollup-plugin-cleanup": "3.0.0-beta.1",
"rollup-plugin-filesize": "1.5.0",
Expand Down

0 comments on commit e6b1cd4

Please sign in to comment.