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 88ca488 commit 48887d3Copy full SHA for 48887d3
2 files changed
core/package.json
@@ -7,9 +7,10 @@
7
"license": "MIT",
8
"main": "./cjs/index.js",
9
"module": "./esm/index.js",
10
+ "types": "./esm/index.d.ts",
11
"scripts": {
- "watch": "tsbb watch",
12
- "build": "tsbb build",
+ "watch": "tsbb watch src/*.tsx --use-babel",
13
+ "build": "tsbb build src/*.tsx --use-babel",
14
"test": "tsbb test --env=jsdom",
15
"coverage": "tsbb test --env=jsdom --coverage --bail"
16
},
package.json
@@ -31,9 +31,9 @@
31
"@kkt/less-modules": "^7.2.0",
32
"husky": "~8.0.0",
33
"kkt": "^7.2.0",
34
- "lerna": "^5.1.6",
35
- "lint-staged": "~13.0.0",
36
- "prettier": "~2.7.0",
37
- "tsbb": "~3.7.0"
+ "lerna": "^6.6.1",
+ "lint-staged": "^13.2.0",
+ "prettier": "^2.8.7",
+ "tsbb": "^4.1.4"
38
}
39
0 commit comments