Skip to content

Commit f0c4d77

Browse files
committed
Update dependencies
1 parent 67fdbb4 commit f0c4d77

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

package-lock.json

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"build:es": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format es",
2121
"build:postcss": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format postcss",
2222
"build:unpkg": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format iife",
23+
"release:minor": "npm version minor -m 'Release %s' && npm publish",
2324
"release:patch": "npm version patch -m 'Release %s' && npm publish",
2425
"postpublish": "./scripts/postpublish.sh",
2526
"prepare": "rm -rf dist && npm run build"

0 commit comments

Comments
 (0)