jss-default-unit
Advanced tools
Comparing version 4.1.0 to 4.1.1
@@ -1,3 +0,7 @@ | ||
## 4.1.0 / 2016-09-25 | ||
## 4.1.1 / 2016-11-05 | ||
- fix dist file name | ||
## 4.1.0 / 2016-11-05 | ||
- migrate to mocha tests | ||
@@ -4,0 +8,0 @@ - integration with jss-nested, jss-expand |
{ | ||
"name": "jss-default-unit", | ||
"description": "JSS plugin that adds default custom unit to numeric values where needed", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"author": { | ||
@@ -32,4 +32,4 @@ "name": "Oleg Slobodskoi", | ||
"build:dist": "npm run build:dist:max && npm run build:dist:min", | ||
"build:dist:max": "cross-env NODE_ENV=development webpack src/index.js dist/react-jss.js", | ||
"build:dist:min": "cross-env NODE_ENV=production webpack src/index.js dist/react-jss.min.js", | ||
"build:dist:max": "cross-env NODE_ENV=development webpack src/index.js dist/jss-default-unit.js", | ||
"build:dist:min": "cross-env NODE_ENV=production webpack src/index.js dist/jss-default-unit.min.js", | ||
"clean": "rimraf {lib,dist,tests,tmp}/*", | ||
@@ -36,0 +36,0 @@ "lint": "eslint ./src", |
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
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
73260
0