move some things around
Showing
config/webpack.scoped.config.js
0 → 100644
config/webpack.unscoped.config.js
0 → 100644
| ... | @@ -3,14 +3,13 @@ | ... | @@ -3,14 +3,13 @@ |
| "version": "0.0.0-development", | "version": "0.0.0-development", | ||
| "description": "Accessible, responsive UI component library based on Bootstrap.", | "description": "Accessible, responsive UI component library based on Bootstrap.", | ||
| "main": "src/index.js", | "main": "src/index.js", | ||
| "author": "arizzitano", | |||
| "license": "MIT", | "license": "MIT", | ||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| "url": "https://github.com/edx/paragon.git" | "url": "https://github.com/edx/paragon.git" | ||
| }, | }, | ||
| "scripts": { | "scripts": { | ||
| "build": "NODE_ENV=production webpack", | "build": "NODE_ENV=production webpack --config config/webpack.config.js", | ||
| "build-storybook": "build-storybook", | "build-storybook": "build-storybook", | ||
| "coveralls": "cat ./coverage/lcov.info | coveralls", | "coveralls": "cat ./coverage/lcov.info | coveralls", | ||
| "debug-test": "node --inspect-brk node_modules/.bin/jest --runInBand --coverage", | "debug-test": "node --inspect-brk node_modules/.bin/jest --runInBand --coverage", | ||
| ... | ... |
Please
register
or
sign in
to comment