Skip to content

Commit

Permalink
v1.2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Eimi Okuno committed Dec 5, 2019
1 parent b67ef01 commit 023182a
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
@@ -1,6 +1,6 @@
{
"name": "@bbc/digital-paper-edit-react-components",
"version": "1.2.15",
"version": "1.2.16",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -17,7 +17,7 @@
"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": "npm run prepare && npm publish dist --access public",
"publish-public": "npm run prepare && npm publish dist --access public",
"publish-dry": "npm publish --dry-run",
"release": "auto shipit"
},
Expand Down

0 comments on commit 023182a

Please sign in to comment.