We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf7dc2 commit c40f020Copy full SHA for c40f020
packages/jsx-analyzer/package.json
@@ -5,7 +5,8 @@
5
"main": "dist/src/index.js",
6
"types": "dist/src/index.d.ts",
7
"files": [
8
- "dist"
+ "dist",
9
+ "runtime"
10
],
11
"browser": {
12
"dist/src/index.js": "./runtime/classnames.js"
@@ -16,6 +17,7 @@
16
17
"build-runtime": "tsc -p tsconfig-runtime.json",
18
"build-buildtime": "rm -rf dist && tsc --jsx preserve -p tsconfig.json",
19
"build": "npm run build-runtime && npm run build-buildtime",
20
+ "prepublish": "npm run build",
21
"watch": "watch 'npm run test' './src' './test' --wait=3",
22
"tslint": "tslint --project tsconfig.json --type-check"
23
},
0 commit comments