slight restructure
Showing
config/webpack.static.config.js
deleted
100644 → 0
config/webpack.themeable.config.js
deleted
100644 → 0
| ... | @@ -2,14 +2,14 @@ | ... | @@ -2,14 +2,14 @@ |
| "name": "@edx/paragon", | "name": "@edx/paragon", | ||
| "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": "themeable/paragon.min.js", | "main": "themeable/index.js", | ||
| "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 --config config/webpack.config.js", | "build": "NODE_ENV=production webpack --config webpack.config.js", | ||
| "build-storybook": "build-storybook", | "build-storybook": "build-storybook", | ||
| "commitmsg": "commitlint -e $GIT_PARAMS", | "commitmsg": "commitlint -e $GIT_PARAMS", | ||
| "coveralls": "cat ./coverage/lcov.info | coveralls", | "coveralls": "cat ./coverage/lcov.info | coveralls", | ||
| ... | @@ -79,8 +79,7 @@ | ... | @@ -79,8 +79,7 @@ |
| "uglifyjs-webpack-plugin": "^1.1.4", | "uglifyjs-webpack-plugin": "^1.1.4", | ||
| "webpack": "^3.0.0", | "webpack": "^3.0.0", | ||
| "webpack-build-notifier": "^0.1.16", | "webpack-build-notifier": "^0.1.16", | ||
| "webpack-dev-server": "^2.4.4", | "webpack-dev-server": "^2.4.4" | ||
| "webpack-merge": "^4.1.0" | |||
| }, | }, | ||
| "jest": { | "jest": { | ||
| "setupFiles": [ | "setupFiles": [ | ||
| ... | ... |
Please
register
or
sign in
to comment