Skip to content

Commit

Permalink
[infra] Publish dist directory (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle authored Apr 19, 2020
1 parent 8b62949 commit 9cdf06f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"jsnext:main": "dist/quicklink.mjs",
"umd:main": "dist/quicklink.umd.js",
"unpkg": "dist/quicklink.umd.js",
"files": [
"dist"
],
"scripts": {
"lint": "eslint src/*.mjs test/*.js demos/*.js",
"lint-fix": "eslint src/*.mjs test/*.js --fix demos/*.js",
Expand Down

0 comments on commit 9cdf06f

Please # to comment.