Skip to content

Commit 0a9ec94

Browse files
committed
Fix: correcting package.json files
1 parent 3f237b4 commit 0a9ec94

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
"name": "scriptloader-component",
33
"version": "1.2.0",
44
"description": "A React Component for reacting to scripts loading.",
5-
"main": "./dist/index.js",
6-
"types": "./dist/index.d.ts",
7-
"files": "dist",
5+
"main": "dist/index.js",
6+
"types": "dist/index.d.ts",
7+
"files": [
8+
"dist"
9+
],
810
"scripts": {
911
"test": "eslint --quiet . && tsc --noEmit --project ./tsconfig.json && jest",
1012
"build": "tsc --project ./tsconfig.json"

0 commit comments

Comments
 (0)