Skip to content

Commit

Permalink
clean package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wcastand committed Mar 29, 2017
1 parent 7f8b9ba commit 9ee6d1f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@
"test:all": "jest",
"test:dev": "jest --watch",
"prebuild": "rimraf lib",
"storybook": "start-storybook -p 6006 -c ./exemple/.storybook",
"preversion": "npm run test",
"version": "npm run build",
"postversion": "git push && git push --tags"
"storybook": "start-storybook -p 6006 -c ./exemple/.storybook"
},
"devDependencies": {
"@kadira/storybook": "^2.35.3",
Expand All @@ -41,4 +38,4 @@
"fela": "4.3.2",
"lodash": "4.17.4"
}
}
}

0 comments on commit 9ee6d1f

Please sign in to comment.