Skip to content

Commit

Permalink
5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wcastand committed Oct 14, 2017
1 parent 5e306be commit 054bfca
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"name": "storybook-addon-jsx",
"version": "4.2.0",
"version": "5.0.0",
"description": "Display the JSX of the story",
"main": "lib/index.js",
"license": "MIT",
"scripts": {
"prebuild": "rimraf lib",
"build": "babel src --out-dir lib --ignore spec.js,test.js",
"build:dev": "babel -w src --out-dir lib --ignore spec.js,test.js",
"format":
"prettier --no-semi --single-quote --trailing-comma all --tab-width 2 --bracket-spacing true --print-width 100 --write 'src/**/*.js'",
"format": "prettier --no-semi --single-quote --trailing-comma all --tab-width 2 --bracket-spacing true --print-width 100 --write 'src/**/*.js'",
"test": "npm run test:all",
"test:all": "jest src",
"test:dev": "jest src --watch",
Expand Down

0 comments on commit 054bfca

Please sign in to comment.