tenjin-ui-kit 0.3.58-dev → 0.3.58

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +5 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tenjin-ui-kit",
3
- "version": "0.3.58-dev",
3
+ "version": "0.3.58",
4
4
  "repository": {
5
5
  "url": "git+https://gitlab.com/yethi/react/tenjin-ui-kit.git"
6
6
  },
@@ -50,8 +50,10 @@
50
50
  "build-storybook": "build-storybook -s public",
51
51
  "clean": "rimraf dist",
52
52
  "compile": "npm run clean && cross-env NODE_ENV=production babel src/package --out-dir dist --copy-files --ignore __tests__,spec.js,test.js,stories.js,__snapshots__",
53
- "copy-and-publish": "copy package.json dist && copy README.md dist && cd dist && npm publish --tag dev",
54
- "publish-dev": "npm-run-all compile copy-and-publish"
53
+ "copy-and-publish-dev": "copy package.json dist && copy README.md dist && cd dist && npm publish --tag dev",
54
+ "copy-and-publish": "copy package.json dist && copy README.md dist && cd dist && npm publish",
55
+ "publish-dev": "npm-run-all compile copy-and-publish-dev",
56
+ "publish-prod": "npm-run-all compile copy-and-publish"
55
57
  },
56
58
  "eslintConfig": {
57
59
  "extends": [