Skip to content

Commit 3f8316a

Browse files
authored
don't publish anything but ts-loader (#923)
* don't publish anything but ts-loader * wrong link
1 parent ea2fcf9 commit 3f8316a

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
examples
44
test
55
src
6+
.pnpm-store

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

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

59
* [feat: resolveTypeReferenceDirective support for yarn PnP](https://github.com/TypeStrong/ts-loader/pull/921) - thanks @johnnyreilly!

package.json

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

0 commit comments

Comments
 (0)