@egovernments/digit-ui-components 0.0.2-webpack-21 → 0.0.2-webpack-23

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 (2) hide show
  1. package/dist/main.js +78 -78
  2. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@egovernments/digit-ui-components",
3
- "version": "0.0.2-webpack-21",
3
+ "version": "0.0.2-webpack-23",
4
4
  "license": "MIT",
5
5
  "main": "dist/main.js",
6
6
  "module": "dist/main.js",
@@ -12,7 +12,7 @@
12
12
  "author": "Jagankumar <jagan.kumar@egov.org.in>",
13
13
  "scripts": {
14
14
  "example": "cd example && npm run start",
15
- "build": "webpack --mode=development --node-env=production --config webpack.config.js",
15
+ "build": "webpack --mode=development --node-env=development --config webpack.config.js",
16
16
  "prepare": "yarn build",
17
17
  "publish:components": "npm publish --tag core-webpack-v0.1",
18
18
  "predeploy": "cd example && yarn install && yarn run build",
@@ -34,7 +34,7 @@
34
34
  "dist"
35
35
  ],
36
36
  "dependencies": {
37
- "@egovernments/digit-ui-svg-components": "1.0.0-webpack-20",
37
+ "@egovernments/digit-ui-svg-components": "1.0.0-webpack-23",
38
38
  "autoprefixer": "^10.4.15",
39
39
  "date-fns": "3.6.0",
40
40
  "lodash": "^4.17.21",