@luminati-io/uikit 3.1.1 → 3.1.3

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.
package/package.json CHANGED
@@ -1,19 +1,10 @@
1
1
  {
2
2
  "name": "@luminati-io/uikit",
3
- "version": "3.1.1",
3
+ "version": "3.1.3",
4
4
  "author": "Bright Data (http://brightdata.com)",
5
5
  "license": "ISC",
6
6
  "description": "brightdata's design system",
7
7
  "main": "index.js",
8
- "module": "dist/esm/index.js",
9
- "jsnext:main": "dist/esm/index.js",
10
- "exports": {
11
- ".": {
12
- "import": "./dist/esm/index.js",
13
- "default": "./dist/cjs/index.js"
14
- },
15
- "./package.json": "./package.json"
16
- },
17
8
  "files": [
18
9
  "dist"
19
10
  ],
@@ -96,7 +87,7 @@
96
87
  "test": "test-storybook --verbose -c storybook_config",
97
88
  "build-rollup": "rollup -c",
98
89
  "build-webpack": "webpack",
99
- "build": "rm -rf dist&&npm run build-rollup&&npm run build-webpack",
90
+ "build": "rm -rf dist&&npm run build-webpack",
100
91
  "prepublishOnly": "npm run build",
101
92
  "minify-svg": "svgo -i ./assets/icons --final-newline",
102
93
  "dry-publish": "npm publish --access public --dry-run",