Skip to content

Commit b84f437

Browse files
committed
Update
1 parent 727e51a commit b84f437

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"main": "dist/main.js",
5656
"types": "index.d.ts",
5757
"directories": {
58-
"lib": "src",
58+
"lib": "lib",
5959
"test": "test"
6060
},
6161
"files": [
@@ -64,7 +64,8 @@
6464
"tools",
6565
"AUTHORS",
6666
"index.d.ts",
67-
"LICENSE"
67+
"LICENSE",
68+
"README.md"
6869
],
6970
"scripts": {
7071
"minify": "node minify.js",

0 commit comments

Comments
 (0)