Comparing version 3.0.0-4 to 3.0.0-5
{ | ||
"name": "rebass", | ||
"version": "3.0.0-4", | ||
"version": "3.0.0-5", | ||
"description": "React primitive UI components built with styled-system", | ||
"main": "dist/index.js", | ||
"module": "dist/index.es.js", | ||
"module": "dist/index.esm.js", | ||
"sideEffects": false, | ||
"scripts": { | ||
"prepare": "npm run clean && npm run build:cjs && npm run build:esm && npm run build:emotion:cjs && npm run build:emotion:esm", | ||
"prepare": "npm run clean && npm run build && npm run build:esm && npm run build:emotion && npm run build:emotion:esm", | ||
"clean": "rm -rf dist", | ||
"build:cjs": "NODE_ENV=cjs babel src -d dist", | ||
"build:esm": "NODE_ENV=esm babel src -o dist/index.es.js", | ||
"build:emotion:cjs": "NODE_ENV=emotion:cjs babel src -o dist/emotion.js", | ||
"build:emotion:esm": "NODE_ENV=emotion:esm babel src -o dist/emotion.es.js", | ||
"build": "NODE_ENV=cjs babel src -d dist", | ||
"build:esm": "NODE_ENV=esm babel src -o dist/index.esm.js", | ||
"build:emotion": "NODE_ENV=emotion:cjs babel src -o dist/emotion.js", | ||
"build:emotion:esm": "NODE_ENV=emotion:esm babel src -o dist/emotion.esm.js", | ||
"start": "mdx-go docs", | ||
@@ -83,3 +83,6 @@ "docs": "mdx-go build docs -d site", | ||
} | ||
} | ||
}, | ||
"projects": [ | ||
"<rootDir>" | ||
] | ||
}, | ||
@@ -86,0 +89,0 @@ "bundlesize": [ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
24621
296
1