update
Showing
assets/styles.css
0 → 100644
| ... | @@ -4,7 +4,7 @@ | ... | @@ -4,7 +4,7 @@ |
| "description": "", | "description": "", | ||
| "main": "./lib/index", | "main": "./lib/index", | ||
| "module": "./es/index", | "module": "./es/index", | ||
| "homepage": "https://github.com/Frezc/react-finder", | "homepage": "https://gitlab.atma.company/yakov/react-finder", | ||
| "scripts": { | "scripts": { | ||
| "build": "rclib-tools run build", | "build": "rclib-tools run build", | ||
| "compile": "rclib-tools run compile --babel-runtime", | "compile": "rclib-tools run compile --babel-runtime", | ||
| ... | @@ -21,8 +21,7 @@ | ... | @@ -21,8 +21,7 @@ |
| "coverage:upload": "jest --coverage && cat ./coverage/lcov.info | coveralls", | "coverage:upload": "jest --coverage && cat ./coverage/lcov.info | coveralls", | ||
| "clean": "rclib-tools run clean", | "clean": "rclib-tools run clean", | ||
| "init": "rclib-tools run init", | "init": "rclib-tools run init", | ||
| "update-snapshot": "jest -u", | "update-snapshot": "jest -u" | ||
| "preinstall": "npx npm-force-resolutions" | |||
| }, | }, | ||
| "keywords": [], | "keywords": [], | ||
| "repository": { | "repository": { | ||
| ... | @@ -86,15 +85,5 @@ | ... | @@ -86,15 +85,5 @@ |
| }, | }, | ||
| "resolutions": { | "resolutions": { | ||
| "graceful-fs": "^4.2.4" | "graceful-fs": "^4.2.4" | ||
| }, | |||
| "babel": { | |||
| "presets": [ | |||
| "@babel/preset-react", | |||
| "@babel/preset-env" | |||
| ], | |||
| "plugins": [ | |||
| "@babel/plugin-transform-react-jsx", | |||
| "@babel/plugin-proposal-class-properties" | |||
| ] | |||
| } | } | ||
| } | } |
Please
register
or
sign in
to comment