Comparing version 4.9.0-beta.0 to 4.9.0-beta.1
{ | ||
"name": "glamorous", | ||
"version": "4.9.0-beta.0", | ||
"version": "4.9.0-beta.1", | ||
"description": "React component styling solved", | ||
@@ -11,4 +11,3 @@ "main": "dist/glamorous.cjs.js", | ||
"add-contributor": "kcd-scripts contributors add", | ||
"build": | ||
"rimraf dist preact/dist && kcd-scripts build --bundle --p-react --no-clean && kcd-scripts build --bundle --p-react --no-clean --no-package-json --environment BUILD_TINY", | ||
"build": "rimraf dist preact/dist && kcd-scripts build --bundle --p-react --no-clean && kcd-scripts build --bundle --p-react --no-clean --no-package-json --environment BUILD_TINY", | ||
"lint": "kcd-scripts lint", | ||
@@ -24,3 +23,7 @@ "test": "kcd-scripts test", | ||
}, | ||
"files": ["dist", "typings", "preact"], | ||
"files": [ | ||
"dist", | ||
"typings", | ||
"preact" | ||
], | ||
"keywords": [ | ||
@@ -57,3 +60,3 @@ "react", | ||
"jest-glamor-react": "^3.0.0", | ||
"kcd-scripts": "^0.14.0", | ||
"kcd-scripts": "^0.14.1", | ||
"preact": "^8.2.5", | ||
@@ -60,0 +63,0 @@ "preval.macro": "^1.0.1", |
{ | ||
"main": "../dist/glamorous.cjs.js", | ||
"jsnext:main": "../dist/glamorous.esm.js", | ||
"module": "../dist/glamorous.esm.js" | ||
"main": "dist/glamorous.cjs.js", | ||
"jsnext:main": "dist/glamorous.esm.js", | ||
"module": "dist/glamorous.esm.js" | ||
} |
706997