Skip to content

Commit b7d7c9c

Browse files
committed
0.20.0
1 parent 7393356 commit b7d7c9c

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

package.json

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,35 @@
11
{
22
"name": "@reactunity/material",
3-
"version": "0.19.0",
3+
"version": "0.20.0",
44
"description": "Material Design components and utilities for React Unity",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"typings": "dist/index.d.ts",
8-
"sideEffects": ["./src/styles", "./src/styles/**/*.*", "./dist/src/styles", "./dist/src/styles/**/*.*", "**/*.css", "**/*.scss"],
8+
"sideEffects": [
9+
"./src/styles",
10+
"./src/styles/**/*.*",
11+
"./dist/src/styles",
12+
"./dist/src/styles/**/*.*",
13+
"**/*.css",
14+
"**/*.scss"
15+
],
916
"author": "Gokhan Kurt <krtgkn@gmail.com>",
1017
"repository": {
1118
"type": "git",
1219
"url": "https://github.com/ReactUnity/material"
1320
},
14-
"keywords": ["react", "material", "material-design", "material-ui", "unity", "unity3d"],
21+
"keywords": [
22+
"react",
23+
"material",
24+
"material-design",
25+
"material-ui",
26+
"unity",
27+
"unity3d"
28+
],
1529
"license": "MIT",
16-
"files": ["dist"],
30+
"files": [
31+
"dist"
32+
],
1733
"exports": {
1834
".": "./dist/index.js",
1935
"./styles": {

0 commit comments

Comments
 (0)