Skip to content

Commit

Permalink
v1.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Eimi Okuno committed Dec 5, 2019
1 parent 023182a commit 8e6dfc6
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
{
"name": "@bbc/digital-paper-edit-react-components",
"version": "1.2.16",
"version": "1.2.17",
"description": "",
"main": "index.js",
"main": "dist/index.js",
"files": [
"dist/index.js",
"dist/*"
],
"scripts": {
"start": "npm run storybook",
"test": "jest",
"storybook": "start-storybook -p 6006 -s public",
"build": "webpack --config webpack.config.js",
"build": "webpack --config webpack.config.js --mode production",
"dev": "webpack --config webpack.dev.config.js --mode development",
"linked": "npm run clean && npm run dev && npm run cp",
"buildw": "webpack --config webpack.config.js --watch",
Expand All @@ -16,8 +20,8 @@
"clean": "rimraf dist storybook-static",
"publish-ghpages": "mkdir -p build-storybook && npm run build-storybook-docs && gh-pages -d storybook-static",
"cp": "cp package.json ./dist/package.json && cp README.md ./dist/README.md ",
"prepare": "npm run clean && npm run build && npm run cp",
"publish-public": "npm run prepare && npm publish dist --access public",
"prepare": "npm run clean && npm run build",
"publish-public": "npm publish dist --access public",
"publish-dry": "npm publish --dry-run",
"release": "auto shipit"
},
Expand Down

0 comments on commit 8e6dfc6

Please sign in to comment.