Skip to content

Commit 606efe6

Browse files
committed
@material-ui/styles does not support UMD
1 parent 499a046 commit 606efe6

File tree

2 files changed

+2
-53
lines changed

2 files changed

+2
-53
lines changed

packages/react-form-with-constraints-material-ui/package.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,17 @@
1919
"module": "lib/index.js",
2020
"types": "lib/index.d.ts",
2121
"files": [
22-
"dist/",
2322
"lib/",
2423
"lib-es5/"
2524
],
2625
"sideEffects": false,
2726
"scripts": {
28-
"clean": "rm -rf lib lib-es5 dist coverage .rpt2_cache LICENSE",
27+
"clean": "rm -rf lib lib-es5 coverage LICENSE",
2928
"tsc": "tsc",
3029
"build": "yarn build:esnext && yarn build:es5",
3130
"build:esnext": "tsc --project tsconfig.lib.json",
3231
"build:es5": "tsc --project tsconfig.lib-es5.json",
33-
"dist": "yarn dist:dev && yarn dist:prod",
34-
"dist:dev": "NODE_ENV=development rollup --config",
35-
"dist:prod": "NODE_ENV=production rollup --config",
36-
"prepublishOnly": "yarn clean && yarn build && yarn dist",
32+
"prepublishOnly": "yarn clean && yarn build",
3733
"prepack": "cp ../../LICENSE . && jscodeshift --transform=../../removeConsoleTransform.ts lib lib-es5",
3834
"postpack": "rm LICENSE",
3935
"test": "jest --verbose",
@@ -57,10 +53,6 @@
5753
"react": "^16.9.0",
5854
"react-dom": "^16.9.0",
5955
"react-form-with-constraints": "^0.14.0",
60-
"rollup": "^1.21.4",
61-
"rollup-plugin-filesize": "^6.2.0",
62-
"rollup-plugin-typescript2": "^0.24.2",
63-
"rollup-plugin-uglify": "^6.0.3",
6456
"ts-jest": "^24.1.0",
6557
"typescript": "^3.6.3"
6658
}

packages/react-form-with-constraints-material-ui/rollup.config.js

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)