Skip to content

Commit

Permalink
fix css minification issue (not caused by cssnano)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajit Singh committed Sep 7, 2020
1 parent e34b5ac commit 384fc71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-griddy",
"version": "0.0.21",
"version": "0.0.22",
"description": "",
"source": "src/index.ts",
"main": "dist/react-griddy.js",
Expand All @@ -9,8 +9,8 @@
"unpkg": "dist/react-griddy.umd.js",
"jsdelivr": "dist/react-griddy.umd.js",
"scripts": {
"build": "microbundle --jsx=React.createElement",
"watch": "microbundle watch --jsx=React.createElement",
"build": "microbundle --jsx=React.createElement --css-modules false",
"watch": "microbundle watch --jsx=React.createElement --css-modules false",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
Expand Down

0 comments on commit 384fc71

Please sign in to comment.