@basic-ui/core 0.0.42 → 0.0.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@basic-ui/core",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.43",
|
|
4
4
|
"description": "Accessible React Components used as building blocks for UI patterns",
|
|
5
5
|
"author": "Lucas Terra <lucasterra7@gmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"scripts": {
|
|
17
17
|
"build": "run -T concurrently \"yarn:build:*\"",
|
|
18
18
|
"build:dts": "run -T tsc -p ./tsconfig-build.json --isolatedModules false --declaration --emitDeclarationOnly",
|
|
19
|
-
"build:cjs": "run -T rollup -c ../../rollup.config.js",
|
|
19
|
+
"build:cjs": "run -T cross-env NODE_ENV=production rollup -c ../../rollup.config.js",
|
|
20
20
|
"build:esm": "run -T cross-env NODE_ENV=production BABEL_ENV=esm babel --config-file ../../babel.config.js ./src --extensions \".ts,.tsx,.js,.jsx\" --source-maps --out-dir ./build/esm --ignore \"**/*.story.tsx,**/*.story.ts,**/*.test.tsx,**/*.test.ts\"",
|
|
21
21
|
"build-storybook": "run -T build-storybook -c ../../scripts/storybook -o .out",
|
|
22
22
|
"storybook": "run -T start-storybook -p 9001 -c ../../scripts/storybook",
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"react": "^16.14.0 || ^17.0.0 || ^18.0.0",
|
|
36
36
|
"react-dom": "^16.14.0 || ^17.0.0 || ^18.0.0"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "82b52186f7b2305dfab349689b766bfc426e7931"
|
|
39
39
|
}
|