zebpay-ui 0.0.7 → 0.0.8

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 +4 -3
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "zebpay-ui",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "description": "",
5
- "main": "dist/esm/index.js",
5
+ "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
7
7
  "repository": "https://github.com/zebpay/znew.design.system.git",
8
8
  "author": "chaitanyazebpay <chaitanya.g@zebpay.com>",
9
9
  "license": "MIT",
10
+ "type": "module",
10
11
  "scripts": {
11
12
  "storybook": "start-storybook -p 6006",
12
13
  "build-storybook": "build-storybook",
@@ -15,7 +16,7 @@
15
16
  "build:icons": "yarn run build && mkdirp dist/icons && fantasticon svgs -o dist/icons",
16
17
  "lint-staged": "lint-staged",
17
18
  "prepare": "husky install",
18
- "build": "rimraf dist && rollup -c && rimraf dist/esm/dist",
19
+ "build": "rimraf dist && rollup -c && rimraf dist/esm/dist && rimraf dist/cjs/dist",
19
20
  "watch": "rimraf dist && rollup rollup.config.js -w && rimraf dist/esm/dist"
20
21
  },
21
22
  "devDependencies": {