Comparing version 2.0.8 to 2.0.9
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://github.com/microlinkhq/nanoclamp", | ||
"version": "2.0.8", | ||
"version": "2.0.9", | ||
"types": "dist/index.d.ts", | ||
@@ -55,2 +55,3 @@ "main": "dist/nanoclamp.js", | ||
"@commitlint/config-conventional": "latest", | ||
"@ksmithut/prettier-standard": "latest", | ||
"@rollup/plugin-babel": "latest", | ||
@@ -67,8 +68,7 @@ "@rollup/plugin-terser": "latest", | ||
"ci-publish": "latest", | ||
"conventional-github-releaser": "latest", | ||
"finepack": "latest", | ||
"git-authors-cli": "latest", | ||
"github-generate-release": "latest", | ||
"nano-staged": "latest", | ||
"npm-check-updates": "latest", | ||
"prettier-standard": "latest", | ||
"prop-types": "latest", | ||
@@ -97,5 +97,5 @@ "react": "^18", | ||
"build-storybook": "NODE_ENV=production build-storybook", | ||
"contributors": "(git-authors-cli && finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true", | ||
"contributors": "(npx git-authors-cli && npx finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true", | ||
"dev": "start-storybook -p 6006", | ||
"lint": "standard-markdown && ts-standard src && standard stories", | ||
"lint": "standard-markdown && ts-standard src && ts-standard stories", | ||
"postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)", | ||
@@ -108,3 +108,3 @@ "prebuild": "rm -rf dist", | ||
"release": "standard-version -a", | ||
"release:github": "conventional-github-releaser -p angular", | ||
"release:github": "github-generate-release", | ||
"release:tags": "git push --follow-tags origin HEAD:master", | ||
@@ -122,4 +122,5 @@ "test": "exit 0", | ||
"nano-staged": { | ||
"*.js,!*.min.js,": [ | ||
"prettier-standard" | ||
"*.js": [ | ||
"prettier-standard", | ||
"standard --fix" | ||
], | ||
@@ -126,0 +127,0 @@ "*.md": [ |
13771