Skip to content

Commit

Permalink
more .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyreilly committed Apr 22, 2019
1 parent 3f8316a commit 381a6a9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
11 changes: 10 additions & 1 deletion .npmignore
Expand Up @@ -3,4 +3,13 @@
examples
test
src
.pnpm-store
.pnpm-store
.github
.dockerignore
.gitattributes
.travis.yml
appveyor.yml
CONTRIBUTING.md
Dockerfile
HISTORY.md
RELEASING.md
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## v5.4.3

* [fix: don't include anything apart from ts-loader in publish part 2](https://github.com/TypeStrong/ts-loader/pull/924) - thanks @johnnyreilly!

## v5.4.2

* [fix: don't include anything apart from ts-loader in publish](https://github.com/TypeStrong/ts-loader/pull/923) - thanks @johnnyreilly!
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ts-loader",
"version": "5.4.2",
"version": "5.4.3",
"description": "TypeScript loader for webpack",
"main": "index.js",
"types": "dist/types/index.d.ts",
Expand Down

0 comments on commit 381a6a9

Please sign in to comment.