@styled-system/color
Advanced tools
Comparing version 5.0.0-5 to 5.0.0-alpha.0
"use strict"; | ||
exports.__esModule = true; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
exports["default"] = exports.color = void 0; | ||
@@ -23,2 +25,2 @@ | ||
var _default = color; | ||
exports["default"] = _default; | ||
exports["default"] = _default; |
{ | ||
"name": "@styled-system/color", | ||
"version": "5.0.0-5", | ||
"version": "5.0.0-alpha.0", | ||
"main": "dist/index.js", | ||
"module": "dist/index.esm.js", | ||
"author": "Brent Jackson", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@styled-system/core": "^5.0.0-5" | ||
"@styled-system/core": "^5.0.0-alpha.0" | ||
}, | ||
"scripts": { | ||
"prepare": "mkdir -p dist && npm run build:cjs && npm run build:esm", | ||
"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.esm.js" | ||
"prepare": "babel src -d dist" | ||
}, | ||
@@ -19,3 +16,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "2ff17e9f5bf9925e9dd6d7d43c77e924b8dd1b20" | ||
"gitHead": "5357d5b7338f1236054dcd026bb27d8ca6a8e146" | ||
} |
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
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
51
2696