Skip to content

Commit

Permalink
BLKN: Release 0.0.0-rc5
Browse files Browse the repository at this point in the history
Previous version was unpublished due to a breaking bug
  • Loading branch information
fallion committed Feb 28, 2018
1 parent 28d9286 commit cd15f93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blkn/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@kiwicom/balkan-ui",
"version": "0.0.0-rc4",
"version": "0.0.0-rc5",
"scripts": {
"storybook": "start-storybook -p 6007 -c .storybook",
"build": "npm run clean && npm run build:lib && npm run build:flow && npm run build:module",
"build:lib": "babel --out-dir lib --ignore *.stories.js,*.test.js src",
"build:flow": "flow-copy-source -v -i '**/*.stories.js,**/*.test.js' src lib",
"build:module":
"babel --presets react --plugins styled-jsx/babel --no-babelrc --out-dir es --ignore *.stories.js,*.test.js src",
"babel --presets react --plugins styled-jsx/babel,transform-class-properties --no-babelrc --out-dir es --ignore *.stories.js,*.test.js src",
"clean": "rimraf lib es",
"prepare": "npm run build",
"watch": "concurrently \"npm run build:lib -- --watch\" \"npm run build:module -- --watch\""
Expand Down

0 comments on commit cd15f93

Please sign in to comment.