We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f237b4 commit 0a9ec94Copy full SHA for 0a9ec94
package.json
@@ -2,9 +2,11 @@
2
"name": "scriptloader-component",
3
"version": "1.2.0",
4
"description": "A React Component for reacting to scripts loading.",
5
- "main": "./dist/index.js",
6
- "types": "./dist/index.d.ts",
7
- "files": "dist",
+ "main": "dist/index.js",
+ "types": "dist/index.d.ts",
+ "files": [
8
+ "dist"
9
+ ],
10
"scripts": {
11
"test": "eslint --quiet . && tsc --noEmit --project ./tsconfig.json && jest",
12
"build": "tsc --project ./tsconfig.json"
0 commit comments