Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Commit

Permalink
fix(package): mv uglify2 to dependencies && update `peerDependencie…
Browse files Browse the repository at this point in the history
…s` (#45)
  • Loading branch information
jharris4 authored and michael-ciniawsky committed Jun 28, 2017
1 parent 0f58cd0 commit 98d2d66
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,12 @@
},
"pre-push": [
"test:all"
]
],
"pre-commit": "lint-staged",
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
]
}
}

0 comments on commit 98d2d66

Please sign in to comment.