Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
couds committed Sep 24, 2017
1 parent 1c919ec commit 97b6dce
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
{
"name": "react-bulma-components",
"version": "0.1.0",
"version": "0.1.1",
"description": "React components for Bulma framework",
"main": "dist",
"scripts": {
"test": "jest --config=jest.json",
"test:cov": "eslint . && jest --coverage --config=jest.json",
"coveralls": "cat ./.coverage/lcov.info | coveralls",
"storybook": "start-storybook -p 6006",
"prepublish": "yarn clean && npm run build",
"prepublish": "yarn clean:build && npm run build && yarn clean:test",
"clean:build": "rm -rf dist && rm -rf lib && rm -rf full",
"build-storybook-static": "build-storybook -c .storybook -o .out",
"deploy-storybook": "storybook-to-ghpages",
"build": "WEBPACK_ENV=INCLUDE_CSS webpack --progress --color && webpack --progress --color && yarn create-lib",
"create-lib": "babel ./src --out-dir ./lib --copy-files --source-maps"
"build": "WEBPACK_ENV=INCLUDE_CSS webpack --progress --color && webpack --progress --color && yarn create:lib",
"create:lib": "babel ./src --out-dir ./lib --copy-files --source-maps",
"clean:test": "rm -rf $(find ./lib -name \"__test__\")"
},
"storybook-deployer": {
"gitUsername": "Couds",
Expand Down

0 comments on commit 97b6dce

Please sign in to comment.