@atom-learning/icons
Advanced tools
Comparing version 0.4.0 to 1.0.0
@@ -5,3 +5,3 @@ { | ||
"module": "dist/index.modern.js", | ||
"version": "0.4.0", | ||
"version": "1.0.0", | ||
"description": "", | ||
@@ -15,3 +15,4 @@ "files": [ | ||
"clean": "del ./dist/", | ||
"prepublishOnly": "yarn clean && yarn build && agadoo" | ||
"test": "yarn clean && yarn build && agadoo", | ||
"prepublishOnly": "yarn test" | ||
}, | ||
@@ -29,5 +30,10 @@ "repository": { | ||
"devDependencies": { | ||
"@semantic-release/changelog": "^5.0.1", | ||
"@semantic-release/git": "^9.0.0", | ||
"@semantic-release/npm": "^7.1.1", | ||
"@semantic-release/release-notes-generator": "^9.0.2", | ||
"@commitlint/cli": "^12.0.1", | ||
"@commitlint/config-conventional": "^12.0.1", | ||
"@rollup/plugin-virtual": "^2.0.3", | ||
"semantic-release": "^17.4.2", | ||
"@svgr/rollup": "^5.5.0", | ||
@@ -54,3 +60,24 @@ "agadoo": "^2.0.0", | ||
] | ||
}, | ||
"release": { | ||
"branches": [ | ||
"main" | ||
], | ||
"plugins": [ | ||
"@semantic-release/commit-analyzer", | ||
"@semantic-release/release-notes-generator", | ||
"@semantic-release/changelog", | ||
"@semantic-release/npm", | ||
[ | ||
"@semantic-release/git", | ||
{ | ||
"assets": [ | ||
"CHANGELOG.md", | ||
"package.json" | ||
], | ||
"message": "chore(release): ${nextRelease.version} [skip ci]" | ||
} | ||
] | ||
] | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
288043
5
1
18