@xstyled/core
Advanced tools
Comparing version 3.0.2 to 3.1.0
@@ -18,5 +18,3 @@ 'use strict'; | ||
enumerable: true, | ||
get: function () { | ||
return e[k]; | ||
} | ||
get: function () { return e[k]; } | ||
}); | ||
@@ -26,3 +24,3 @@ } | ||
} | ||
n['default'] = e; | ||
n["default"] = e; | ||
return Object.freeze(n); | ||
@@ -29,0 +27,0 @@ } |
{ | ||
"name": "@xstyled/core", | ||
"description": "xstyled core utilities.", | ||
"version": "3.0.2", | ||
"version": "3.1.0", | ||
"sideEffects": false, | ||
@@ -14,3 +14,3 @@ "main": "dist/index.js", | ||
"build": "../../node_modules/.bin/rollup -c ../../build/rollup.config.js", | ||
"prepublishOnly": "yarn reset && yarn build" | ||
"prepublishOnly": "npm run reset && npm run build" | ||
}, | ||
@@ -27,5 +27,5 @@ "homepage": "https://xstyled.dev", | ||
"dependencies": { | ||
"@xstyled/system": "^3.0.2" | ||
"@xstyled/system": "^3.1.0" | ||
}, | ||
"gitHead": "2f74a07671c544e65728a156ff8eb2d7a29dc5e2" | ||
"gitHead": "da2f0f226329e1586a85d31c3cd4636fe7758ec6" | ||
} |
Sorry, the diff of this file is not supported yet
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
103312
8
1193
Updated@xstyled/system@^3.1.0