Skip to content

Commit

Permalink
1.3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
evanplaice committed Jan 19, 2020
1 parent a7c095f commit 1392699
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
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",
Expand All @@ -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"
},
Expand Down

0 comments on commit 1392699

Please sign in to comment.