Changes
2 changed files (+5/-11)
-
-
@@ -26,4 +26,3 @@ packages/*/*.tgz# Project specific /esm /cjs
-
-
-
@@ -17,17 +17,15 @@ "type": "git","url": "https://github.com/pocka/figspec-react" }, "license": "MIT", "module": "esm/es2015/index.js", "main": "cjs/es2016/index.js", "browser": "esm/es2015/index.js", "main": "esm/es2015/index.js", "type": "module", "types": "esm/es2015/index.d.ts", "files": [ "esm", "cjs" "esm" ], "sideEffects": [ "./src/index.ts", "./{cjs,esm}/*/index.js" "./esm/*/index.js" ], "dependencies": { "@figspec/components": "^2.0.1",
-
@@ -54,10 +52,7 @@ "react-dom": "^18.1.0","typescript": "^4.1.0-beta" }, "scripts": { "build:esm": "tsc --outDir esm/es2015", "build:cjs": "tsc --outDir cjs/es2016 --target es2016 --module CommonJS", "build:default": "yarn build:esm && yarn build:cjs", "build": "yarn build:default", "build": "tsc --outDir esm/es2015", "storybook": "start-storybook -p 6007", "build-storybook": "build-storybook", "prepack": "yarn build",
-