Skip to content

Commit

Permalink
fix(package): add UMD build
Browse files Browse the repository at this point in the history
  • Loading branch information
HipsterBrown committed May 18, 2020
1 parent 361478a commit 69e33d3
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"build": "tsdx build -i src/index.ts --name RoboWizard --format cjs,esm,umd",
"build:docs": "typedoc --stripInternal --out _site src",
"test": "tsdx test",
"lint": "tsdx lint",
Expand Down Expand Up @@ -59,10 +57,7 @@
[
"@semantic-release/github",
{
"assets": [
"package.json",
"CHANGELOG.md"
],
"assets": ["package.json", "CHANGELOG.md"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
Expand Down

0 comments on commit 69e33d3

Please sign in to comment.