Skip to content

Commit

Permalink
Add missing babel-register dependency to package.json
Browse files Browse the repository at this point in the history
`src/cli.js` uses it, so we need to declare it in the package.json
https://github.com/kadirahq/storyshots/blob/v1.0.3/src/cli.js#L39
  • Loading branch information
valscion committed Sep 24, 2016
1 parent 75bc9f0 commit cc3f7d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
},
"dependencies": {
"babel-polyfill": "^6.13.0",
"babel-register": "^6.14.0",
"babel-runtime": "^6.5.0",
"chalk": "^1.1.3",
"chokidar": "^1.6.0",
Expand Down

0 comments on commit cc3f7d2

Please sign in to comment.