Comparing version 2.0.2 to 2.0.3
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://github.com/microlinkhq/nanoclamp", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"main": "dist/nanoclamp.js", | ||
@@ -91,20 +91,2 @@ "module": "dist/nanoclamp.mjs", | ||
], | ||
"scripts": { | ||
"build": "NODE_ENV=production rollup -c rollup.config.js --bundleConfigAsCjs", | ||
"build-storybook": "NODE_ENV=production build-storybook", | ||
"contributors": "(git-authors-cli && 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", | ||
"postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)", | ||
"prepare": "npx simple-git-hooks", | ||
"prepublishOnly": "npm run build", | ||
"prerelease": "npm run update:check && [[ -z \"${CI}\" ]] && npm run contributors || exit 0", | ||
"pretest": "npm run lint", | ||
"release": "standard-version -a", | ||
"release:github": "conventional-github-releaser -p angular", | ||
"release:tags": "git push --follow-tags origin HEAD:master", | ||
"test": "exit 0", | ||
"update": "ncu -u", | ||
"update:check": "ncu -- --error-level 2" | ||
}, | ||
"license": "MIT", | ||
@@ -143,3 +125,19 @@ "commitlint": { | ||
}, | ||
"types": "dist/index.d.ts" | ||
} | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"build": "NODE_ENV=production rollup -c rollup.config.js --bundleConfigAsCjs", | ||
"build-storybook": "NODE_ENV=production build-storybook", | ||
"contributors": "(git-authors-cli && 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", | ||
"postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)", | ||
"prerelease": "npm run update:check && [[ -z \"${CI}\" ]] && npm run contributors || exit 0", | ||
"pretest": "npm run lint", | ||
"release": "standard-version -a", | ||
"release:github": "conventional-github-releaser -p angular", | ||
"release:tags": "git push --follow-tags origin HEAD:master", | ||
"test": "exit 0", | ||
"update": "ncu -u", | ||
"update:check": "ncu -- --error-level 2" | ||
} | ||
} |
16932
10
28