@cleartrip/ct-design-components 4.0.0-SNAPSHOT-test.0 → 4.0.0-SNAPSHOT-rnfinaltest2.0

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 +3 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cleartrip/ct-design-components",
3
- "version": "4.0.0-SNAPSHOT-test.0",
3
+ "version": "4.0.0-SNAPSHOT-rnfinaltest2.0",
4
4
  "description": "Core components collection for Cleartrip Design System with cross-platform React and React Native support",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "./dist/ct-design-components.cjs.js",
@@ -24,7 +24,7 @@
24
24
  "src"
25
25
  ],
26
26
  "dependencies": {
27
- "@cleartrip/ct-design-container": "4.0.0-SNAPSHOT-test.0"
27
+ "@cleartrip/ct-design-container": "4.0.0-SNAPSHOT-rnfinaltest2.0"
28
28
  },
29
29
  "peerDependencies": {
30
30
  "react": ">=16.8.0",
@@ -45,7 +45,6 @@
45
45
  "watch-package": "rollup -c -w",
46
46
  "build-package": "rollup -c",
47
47
  "build-package:clean": "rm -rf dist && rollup -c",
48
- "publish-package:local": "yalc publish",
49
- "yalc:publish": "yalc publish --no-scripts"
48
+ "publish-package:local": "yalc publish"
50
49
  }
51
50
  }