We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f71a05 commit f7cf48cCopy full SHA for f7cf48c
1 file changed
package.json
@@ -16,7 +16,10 @@
16
"lint": "eslint --fix .",
17
"lint:ci-deactivated": "eslint -f checkstyle -o reports/checkstyle.xml .",
18
"build": "npm pack && gunzip -qf -c linkurious-lke-plugin-data-table-$(cat .version).tgz > lke-plugin-data-table.lke",
19
- "plugin:tar": "scripts/postpack.js"
+ "plugin:tar": "scripts/postpack.js",
20
+ "bump:patch": "bump2version patch && npm version --no-git-tag-version patch",
21
+ "bump:minor": "bump2version minor && npm version --no-git-tag-version minor",
22
+ "bump:major": "bump2version major && npm version --no-git-tag-version major"
23
},
24
"license": "Apache 2",
25
"files": [
0 commit comments