update
Showing
assets/styles.css
0 → 100644
| ... | ... | @@ -4,7 +4,7 @@ |
| "description": "", | ||
| "main": "./lib/index", | ||
| "module": "./es/index", | ||
| "homepage": "https://github.com/Frezc/react-finder", | ||
| "homepage": "https://gitlab.atma.company/yakov/react-finder", | ||
| "scripts": { | ||
| "build": "rclib-tools run build", | ||
| "compile": "rclib-tools run compile --babel-runtime", | ||
| ... | ... | @@ -21,8 +21,7 @@ |
| "coverage:upload": "jest --coverage && cat ./coverage/lcov.info | coveralls", | ||
| "clean": "rclib-tools run clean", | ||
| "init": "rclib-tools run init", | ||
| "update-snapshot": "jest -u", | ||
| "preinstall": "npx npm-force-resolutions" | ||
| "update-snapshot": "jest -u" | ||
| }, | ||
| "keywords": [], | ||
| "repository": { | ||
| ... | ... | @@ -86,15 +85,5 @@ |
| }, | ||
| "resolutions": { | ||
| "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