Skip to content
This repository was archived by the owner on Jun 28, 2021. It is now read-only.

Commit c28279e

Browse files
committed
package: update file path
1 parent 30c11a2 commit c28279e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
* max_comment_size: new option
88
* promise: new API module
99

10+
## Trunk
11+
12+
* package: update file path
13+
1014
## Version 4.4.3
1115

1216
* package: fix files declaration

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"typescript": "^3.4.2"
6666
},
6767
"files": [
68-
"lib"
68+
"/lib"
6969
],
7070
"optionalDependencies": {},
7171
"main": "./lib",

0 commit comments

Comments
 (0)