Skip to content

Commit

Permalink
Merge pull request #6 from helpscout/package-fix
Browse files Browse the repository at this point in the history
Package.json fix
  • Loading branch information
ItsJonQ authored May 6, 2018
2 parents 6bdeab6 + dbdd3d7 commit bfd7cf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 0 additions & 5 deletions package-lock.json

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

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test:coverage": "jest --coverage",
"release": "np --no-yarn --no-publish",
"version": "npm run build",
"postversion": "npm publish"
"postversion": "npm publish",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
Expand Down Expand Up @@ -50,8 +50,7 @@
"react": "^15"
},
"dependencies": {
"stylis": "3.5.0",
"stylis-rule-sheet": "0.0.10"
"stylis": "3.5.0"
},
"devDependencies": {
"@storybook/addon-actions": "^3.4.3",
Expand Down

0 comments on commit bfd7cf4

Please sign in to comment.