metapak-sencrop
Advanced tools
Comparing version 2.0.0 to 3.0.0
@@ -0,1 +1,17 @@ | ||
<a name="3.0.0"></a> | ||
# [3.0.0](https://github.com/sencrop/metapak-sencrop/compare/v2.0.0...v3.0.0) (2017-10-13) | ||
### Features | ||
* **Eslint config:** Remove ESLint from the main config ([007e5b6](https://github.com/sencrop/metapak-sencrop/commit/007e5b6)) | ||
* **NPM:** Ignore package lock ([68ecd05](https://github.com/sencrop/metapak-sencrop/commit/68ecd05)) | ||
### BREAKING CHANGES | ||
* **Eslint config:** Will necessit to add the eslint config manually on project that were relying on it | ||
<a name="2.0.0"></a> | ||
@@ -2,0 +18,0 @@ # [2.0.0](https://github.com/sencrop/metapak-sencrop/compare/v1.1.1...v2.0.0) (2017-10-12) |
{ | ||
"name": "metapak-sencrop", | ||
"version": "2.0.0", | ||
"version": "3.0.0", | ||
"description": "A `metapak` plugin for Sencrop projects", | ||
@@ -22,3 +22,3 @@ "main": "index.js", | ||
"cz": "env NODE_ENV=${NODE_ENV:-cli} git cz", | ||
"lint": "eslint src/**/*.js", | ||
"lint": "echo \"WARNING: No linter configured\"", | ||
"metapak": "metapak || exit 0", | ||
@@ -45,3 +45,3 @@ "postinstall": "npm run metapak --silent", | ||
"commitizen": "^2.9.6", | ||
"conventional-changelog-cli": "^1.2.0", | ||
"conventional-changelog-cli": "^1.3.4", | ||
"cz-conventional-changelog": "^2.0.0", | ||
@@ -48,0 +48,0 @@ "eslint": "3.16.0", |
@@ -39,3 +39,3 @@ 'use strict'; | ||
packageConf.scripts.version = 'npm run changelog && git add CHANGELOG.md'; | ||
packageConf.scripts.lint = `eslint ${metapakData.files}`; | ||
packageConf.scripts.lint = 'echo "WARNING: No linter configured"'; | ||
packageConf.scripts.preversion = ( | ||
@@ -57,7 +57,5 @@ packageConf.scripts.preversion ? | ||
packageConf.devDependencies = packageConf.devDependencies || {}; | ||
packageConf.devDependencies.eslint = '3.16.0'; | ||
packageConf.devDependencies['eslint-config-simplifield'] = '4.1.1'; | ||
packageConf.devDependencies.commitizen = '^2.9.6'; | ||
packageConf.devDependencies['cz-conventional-changelog'] = '^2.0.0'; | ||
packageConf.devDependencies['conventional-changelog-cli'] = '^1.2.0'; | ||
packageConf.devDependencies['conventional-changelog-cli'] = '^1.3.4'; | ||
@@ -64,0 +62,0 @@ // This job is already done by NPM, but once,. |
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
41504
66
617