@vue-storefront/changesets
Advanced tools
Comparing version 1.0.0 to 2.0.0
{ | ||
"name": "@vue-storefront/changesets", | ||
"license": "MIT", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"main": "lib/index.cjs.js", | ||
@@ -12,3 +12,4 @@ "module": "lib/index.es.js", | ||
"scripts": { | ||
"build": "rimraf lib && rollup -c", | ||
"build": "rimraf lib && rollup -c && yarn update-root-changelog", | ||
"update-root-changelog": "cp ./lib/index.cjs.js ../../.changeset/changelog.js", | ||
"test": "jest" | ||
@@ -21,3 +22,6 @@ }, | ||
"ts-jest": "^29.0.2" | ||
}, | ||
"engines": { | ||
"node": ">=18" | ||
} | ||
} |
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
8534