We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26452ce commit 0b22de5Copy full SHA for 0b22de5
package.json
@@ -1,7 +1,7 @@
1
{
2
- "name": "react-ui-library-tutorial",
+ "name": "happy-ui",
3
"version": "1.0.0",
4
- "description": "",
+ "description": "A React UI Library.",
5
"typings": "types/index.d.ts",
6
"main": "lib/index.js",
7
"module": "esm/index.js",
@@ -31,6 +31,12 @@
31
"react": ">=16.0.0",
32
"react-dom": ">=16.0.0"
33
},
34
+ "sideEffects": [
35
+ "dist/*",
36
+ "esm/**/style/*",
37
+ "lib/**/style/*",
38
+ "*.less"
39
+ ],
40
"devDependencies": {
41
"@babel/core": "^7.7.7",
42
"@babel/plugin-proposal-class-properties": "^7.7.4",
0 commit comments