Skip to content

Commit

Permalink
v1.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Eimi Okuno committed Dec 5, 2019
1 parent c08cc30 commit a19e49f
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
{
"name": "@bbc/digital-paper-edit-react-components",
"version": "1.2.18",
"version": "1.2.19",
"description": "",
"main": "dist/index.js",
"files": [
"dist/index.js",
"dist/*"
],
"main": "index.js",
"scripts": {
"start": "npm run storybook",
"test": "jest",
Expand All @@ -20,9 +16,9 @@
"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",
"publish-public": "npm publish dist --access public",
"publish-dry": "npm publish --dry-run",
"prepare": "npm run clean",
"publish-public": "npm run build && npm run cp && npm publish dist --access public",
"publish-dry": "npm run build && npm run cp && npm publish dist --dry-run",
"release": "auto shipit"
},
"eslintConfig": {
Expand Down

0 comments on commit a19e49f

Please sign in to comment.