Skip to content

Commit 184f1bc

Browse files
authored
Re-include the main and typings package.json fields. (#5159)
1 parent 5662647 commit 184f1bc

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@rushstack/hashed-folder-copy-plugin",
5+
"comment": "Re-include the `main` and `typings` `package.json` fields.",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@rushstack/hashed-folder-copy-plugin"
10+
}

webpack/hashed-folder-copy-plugin/package.json

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"name": "@rushstack/hashed-folder-copy-plugin",
33
"version": "1.1.0",
44
"description": "Webpack plugin for copying a folder to the output directory with a hash in the folder name.",
5+
"typings": "dist/hashed-folder-copy-plugin.d.ts",
6+
"main": "lib/index.js",
57
"exports": {
68
".": {
79
"types": "./dist/hashed-folder-copy-plugin.d.ts",

0 commit comments

Comments
 (0)