Skip to content

Commit c435780

Browse files
authored
Add index.js, remove npm-shrinkwrap.json
1 parent 9283e2c commit c435780

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"main": "index.js",
1919
"files": [
2020
"lib/",
21-
"npm-shrinkwrap.json",
21+
"index.js",
2222
"LICENSE"
2323
],
2424
"scripts": {
@@ -32,4 +32,4 @@
3232
"jest": "^29",
3333
"eslint": "^8.56.0"
3434
}
35-
}
35+
}

0 commit comments

Comments
 (0)