Skip to content

Commit 3598ed5

Browse files
committed
Publish
- custom-react-scripts@0.0.15
1 parent 719e0f9 commit 3598ed5

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

packages/react-scripts/package.json

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "custom-react-scripts",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"description": "Allow custom config for create-react-app without ejecting",
55
"repository": "kitze/create-react-app",
66
"license": "BSD-3-Clause",
@@ -89,18 +89,14 @@
8989
"babel-eslint",
9090
"babel-jest",
9191
"babel-loader",
92-
"babel-preset-react-app",
9392
"babel-plugin-transform-decorators-legacy",
93+
"babel-preset-react-app",
9494
"babel-preset-stage-0",
9595
"case-sensitive-paths-webpack-plugin",
9696
"chalk",
9797
"connect-history-api-fallback",
9898
"cross-spawn",
9999
"css-loader",
100-
"less",
101-
"less-loader",
102-
"node-sass",
103-
"sass-loader",
104100
"detect-port",
105101
"dotenv",
106102
"eslint",
@@ -120,15 +116,21 @@
120116
"http-proxy-middleware",
121117
"jest",
122118
"json-loader",
119+
"less",
120+
"less-loader",
121+
"node-sass",
123122
"object-assign",
124123
"path-exists",
125124
"postcss-loader",
126125
"promise",
127126
"react-dev-utils",
128127
"recursive-readdir",
129128
"rimraf",
129+
"sass-loader",
130130
"strip-ansi",
131131
"style-loader",
132+
"stylus",
133+
"stylus-loader",
132134
"url-loader",
133135
"webpack",
134136
"webpack-dev-server",

0 commit comments

Comments
 (0)