Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - custom-react-scripts@0.0.15
  • Loading branch information
kitze committed Oct 6, 2016
1 parent 719e0f9 commit 3598ed5
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions packages/react-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "custom-react-scripts",
"version": "0.0.14",
"version": "0.0.15",
"description": "Allow custom config for create-react-app without ejecting",
"repository": "kitze/create-react-app",
"license": "BSD-3-Clause",
Expand Down Expand Up @@ -89,18 +89,14 @@
"babel-eslint",
"babel-jest",
"babel-loader",
"babel-preset-react-app",
"babel-plugin-transform-decorators-legacy",
"babel-preset-react-app",
"babel-preset-stage-0",
"case-sensitive-paths-webpack-plugin",
"chalk",
"connect-history-api-fallback",
"cross-spawn",
"css-loader",
"less",
"less-loader",
"node-sass",
"sass-loader",
"detect-port",
"dotenv",
"eslint",
Expand All @@ -120,15 +116,21 @@
"http-proxy-middleware",
"jest",
"json-loader",
"less",
"less-loader",
"node-sass",
"object-assign",
"path-exists",
"postcss-loader",
"promise",
"react-dev-utils",
"recursive-readdir",
"rimraf",
"sass-loader",
"strip-ansi",
"style-loader",
"stylus",
"stylus-loader",
"url-loader",
"webpack",
"webpack-dev-server",
Expand Down

0 comments on commit 3598ed5

Please sign in to comment.