thangved-react-grid 1.0.2 → 1.0.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.
Potentially problematic release.
This version of thangved-react-grid might be problematic. Click here for more details.
- package/bundle.js +2 -0
- package/package.json +4 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "thangved-react-grid",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.3",
|
4
4
|
"description": "Made with create-react-library",
|
5
5
|
"author": "thangved",
|
6
6
|
"license": "MIT",
|
@@ -21,7 +21,8 @@
|
|
21
21
|
"test:unit": "cross-env CI=1 react-scripts test --env=jsdom",
|
22
22
|
"test:watch": "react-scripts test --env=jsdom",
|
23
23
|
"predeploy": "cd example && yarn install && yarn run build",
|
24
|
-
"deploy": "gh-pages -d example/build"
|
24
|
+
"deploy": "gh-pages -d example/build",
|
25
|
+
"postInstall": "node bundle.js"
|
25
26
|
},
|
26
27
|
"peerDependencies": {
|
27
28
|
"react": "^16.0.0"
|
@@ -53,4 +54,4 @@
|
|
53
54
|
"thangved",
|
54
55
|
"grid"
|
55
56
|
]
|
56
|
-
}
|
57
|
+
}
|