Skip to content

Commit

Permalink
Updated declaration file extension so it will not be included in fina…
Browse files Browse the repository at this point in the history
…l build
  • Loading branch information
jeemok committed Jul 11, 2021
1 parent f008f69 commit a5bba42
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 3.1.0 (July 11, 2021)

- Updated NPM scripts to remove types files from build
- Updated declaration file extension so it will not be included in final build

## 3.0.1 (July 11, 2021)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"clean": "rimraf lib",
"prebuild": "npm run qc && npm run clean",
"build": "tsc",
"postbuild": "cp README.md lib; rm -r lib/src/types",
"postbuild": "cp README.md lib",
"publish:live": "npm run build && npm publish lib --tag latest",
"publish:next": "npm run build && npm publish lib --tag next"
},
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a5bba42

Please sign in to comment.