Skip to content

Commit

Permalink
Add prepublish step and files
Browse files Browse the repository at this point in the history
  • Loading branch information
mattphillips committed Apr 20, 2017
1 parent 2827cee commit f690878
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@
"version": "0.0.1",
"description": "A simple redux reducer that returns the given state",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"build": "babel src -d dist --ignore *.test.js",
"prepublish": "yarn build",
"precommit": "lint-staged",
"prettier": "prettier 'src/**/*.js' --write --single-quote=true",
"test": "jest",
Expand All @@ -22,7 +26,9 @@
"identity",
"fp",
"pure",
"persist"
"persist",
"state",
"slice"
],
"author": "Matt Phillips (mattphillips)",
"license": "MIT",
Expand Down

0 comments on commit f690878

Please sign in to comment.