-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a7c095f
commit 1392699
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@vanillawc/wc-sortable-table", | ||
"version": "1.3.13", | ||
"version": "1.3.14", | ||
"license": "MIT", | ||
"author": "Evan Plaice <[email protected]> (http://evanplaice.com/)", | ||
"description": "A sortable table vanilla web component", | ||
|
@@ -17,7 +17,8 @@ | |
"lint": "semistandard", | ||
"build": "npm run build:main && npm run build:min", | ||
"build:main": "npx rollup --config .config/main.config.js", | ||
"build:min": "npx rollup --config .config/min.config.js", "package": "npx rimraf package && npm pack | tail -n 1 | xargs tar -xf", | ||
"build:min": "npx rollup --config .config/min.config.js", | ||
"package": "npx rimraf package && npm pack | tail -n 1 | xargs tar -xf", | ||
"preversion": "npm run lint", | ||
"postversion": "git push --follow-tags" | ||
}, | ||
|