Skip to content

Commit

Permalink
Use storybook v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoda committed Mar 31, 2016
1 parent 4e38408 commit 457a1ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "node server.js",
"test": "cross-env NODE_ENV=test mocha --recursive --compilers js:babel-register --require ./test/setup.js",
"test:watch": "npm test -- --watch",
"storybook": "storybook-server -p 9001"
"storybook": "start-storybook -p 9001"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -44,6 +44,6 @@
"webpack": "^1.9.11",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^2.9.1",
"@kadira/storybook": "^0.12.0"
"@kadira/storybook": "^1.1.0"
}
}

0 comments on commit 457a1ef

Please sign in to comment.