Skip to content

Commit 381a6a9

Browse files
committed
more .npmignore
1 parent 3f8316a commit 381a6a9

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.npmignore

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,13 @@
33
examples
44
test
55
src
6-
.pnpm-store
6+
.pnpm-store
7+
.github
8+
.dockerignore
9+
.gitattributes
10+
.travis.yml
11+
appveyor.yml
12+
CONTRIBUTING.md
13+
Dockerfile
14+
HISTORY.md
15+
RELEASING.md

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v5.4.3
4+
5+
* [fix: don't include anything apart from ts-loader in publish part 2](https://github.com/TypeStrong/ts-loader/pull/924) - thanks @johnnyreilly!
6+
37
## v5.4.2
48

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-loader",
3-
"version": "5.4.2",
3+
"version": "5.4.3",
44
"description": "TypeScript loader for webpack",
55
"main": "index.js",
66
"types": "dist/types/index.d.ts",

0 commit comments

Comments
 (0)