styled-system
Advanced tools
Comparing version 3.1.0-3 to 3.1.0
# Changelog | ||
## v3.1.0 2018-09-11 | ||
- Upgrade to Babel 7 | ||
## v3.0.0 | ||
@@ -5,0 +9,0 @@ |
{ | ||
"name": "styled-system", | ||
"version": "3.1.0-3", | ||
"version": "3.1.0", | ||
"description": "Design system utilities for styled-components, glamorous, and other css-in-js libraries", | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.es.js", | ||
"main": "dist/index", | ||
"sideEffects": false, | ||
"scripts": { | ||
"prepare": "pkg-bundler src/index.js", | ||
"prepare": "npm run clean && npm run build:cjs && npm run build:esm", | ||
"clean": "rm -rf dist && mkdir dist", | ||
"build:cjs": "NODE_ENV=cjs babel src/index.js -o dist/index.js", | ||
"build:esm": "NODE_ENV=esm babel src/index.js -o dist/index.mjs", | ||
"start": "x0 docs", | ||
@@ -17,3 +19,3 @@ "docs": "x0 build docs -d site", | ||
"codecov": "nyc report --reporter=html --reporter=lcov > coverage.lcov && codecov", | ||
"test": "NODE_ENV=test nyc ava", | ||
"test": "nyc ava", | ||
"bench": "node bench", | ||
@@ -33,11 +35,9 @@ "pkg:clean": "node scripts/clean", | ||
"devDependencies": { | ||
"@babel/cli": "^7.0.0", | ||
"@babel/core": "^7.0.1", | ||
"@babel/preset-env": "^7.0.0", | ||
"@babel/preset-react": "^7.0.0", | ||
"@babel/register": "^7.0.0", | ||
"@compositor/x0": "^6.0.2", | ||
"ava": "^0.25.0", | ||
"babel-cli": "^6.24.1", | ||
"babel-plugin-external-helpers": "^6.22.0", | ||
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2", | ||
"babel-preset-env": "^1.7.0", | ||
"babel-preset-react": "^6.24.1", | ||
"babel-preset-stage-0": "^6.24.1", | ||
"babel-register": "^6.24.1", | ||
"ava": "^1.0.0-beta.8", | ||
"benchmark": "^2.1.4", | ||
@@ -49,3 +49,2 @@ "bundlesize": "^0.17.0", | ||
"nyc": "^12.0.2", | ||
"pkg-bundler": "^1.0.0-0", | ||
"react": "^16.4.0", | ||
@@ -55,5 +54,2 @@ "react-test-renderer": "^16.4.0", | ||
"repng": "^3.0.0", | ||
"rollup": "^0.64.1", | ||
"rollup-plugin-babel": "^3.0.7", | ||
"rollup-plugin-commonjs": "^9.1.5", | ||
"scrs": "^1.1.0", | ||
@@ -65,9 +61,9 @@ "sinon": "^4.3.0", | ||
"require": [ | ||
"babel-register" | ||
], | ||
"babel": "inherit" | ||
"@babel/register" | ||
] | ||
}, | ||
"nyc": { | ||
"ignore": [ | ||
"test.js", | ||
"exclude": [ | ||
"test/**/*", | ||
"**/babel.config.js", | ||
"docs", | ||
@@ -80,3 +76,3 @@ "bench", | ||
{ | ||
"path": "dist/*.js" | ||
"path": "dist/*" | ||
} | ||
@@ -83,0 +79,0 @@ ], |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
77071
20
8
2396
1