Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "styled-is", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"license": "MPL-2.0", | ||
@@ -13,4 +13,4 @@ "repository": "github:yldio/joyent-portal", | ||
"test": "run-s build:umd test:run", | ||
"build:umd": "rollup -f umd -i src/index.js -o dist/index.umd.js -n styled-is -m inline -g styled-components:styled-components", | ||
"build:es": "rollup -f es -i src/index.js -o dist/index.es.js -m inline", | ||
"build:umd": "rollup -f umd -i src/index.js -o dist/index.umd.js -n styled-is -m inline -e styled-components -g styled-components:styled-components", | ||
"build:es": "rollup -f es -i src/index.js -o dist/index.es.js -e styled-components -m inline", | ||
"build": "run-s build:*", | ||
@@ -17,0 +17,0 @@ "prepublish": "run-s build" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
184875