cssnano-simple
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "cssnano-simple", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A simple cssnano preset handler.", | ||
@@ -10,12 +10,22 @@ "main": "src/index.js", | ||
"private": false, | ||
"files": [ | ||
"src/" | ||
], | ||
"scripts": { | ||
"semantic-release": "semantic-release" | ||
"semantic-release": "semantic-release", | ||
"commit": "git-cz" | ||
}, | ||
"devDependencies": { | ||
"cz-conventional-changelog": "3.0.2", | ||
"semantic-release": "^15.13.24" | ||
}, | ||
"dependencies": { | ||
"cssnano-preset-simple": "^1.0.0", | ||
"cssnano-preset-simple": "^1.0.1", | ||
"postcss": "^7.0.18" | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "./node_modules/cz-conventional-changelog" | ||
} | ||
} | ||
} |
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
1513
2
2
Updatedcssnano-preset-simple@^1.0.1