Skip to content

Commit 7bee8bc

Browse files
committed
small change
1 parent 931df21 commit 7bee8bc

File tree

179 files changed

+4
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

179 files changed

+4
-3
lines changed

__have-a-try/webpack1-react14-antd1-express-mrjoe0929-ie8-spa/README.md renamed to __cant-run-now-help/webpack1-react14-antd1-express-mrjoe0929-ie8-spa/README.md

__have-a-try/webpack1-react14-antd1-express-mrjoe0929-ie8-spa/client/README.MD renamed to __cant-run-now-help/webpack1-react14-antd1-express-mrjoe0929-ie8-spa/client/README.MD

__have-a-try/webpack1-react14-antd1-express-mrjoe0929-ie8-spa/client/package-lock.json renamed to __cant-run-now-help/webpack1-react14-antd1-express-mrjoe0929-ie8-spa/client/package-lock.json

File renamed without changes.

__have-a-try/webpack1-react14-antd1-express-mrjoe0929-ie8-spa/client/package.json renamed to __cant-run-now-help/webpack1-react14-antd1-express-mrjoe0929-ie8-spa/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "glodon-jf",
55
"main": "index.js",
66
"scripts": {
7-
"install": "npm install",
7+
"install:cnpm": "cnpm install",
88
"remove": "rimraf node_modules",
99

1010
"test": "echo \"Error: no test specified\" && exit 1",

__have-a-try/webpack1-react14-antd1-express-mrjoe0929-ie8-spa/client/postcss.config.js renamed to __cant-run-now-help/webpack1-react14-antd1-express-mrjoe0929-ie8-spa/client/postcss.config.js

File renamed without changes.

__have-a-try/webpack1-react14-antd1-express-mrjoe0929-ie8-spa/client/public/img/favicon.ico renamed to __cant-run-now-help/webpack1-react14-antd1-express-mrjoe0929-ie8-spa/client/public/img/favicon.ico

File renamed without changes.

__have-a-try/webpack1-react14-antd1-express-mrjoe0929-ie8-spa/client/public/index.html renamed to __cant-run-now-help/webpack1-react14-antd1-express-mrjoe0929-ie8-spa/client/public/index.html

File renamed without changes.

__have-a-try/webpack1-react14-antd1-express-mrjoe0929-ie8-spa/client/src/App.js renamed to __cant-run-now-help/webpack1-react14-antd1-express-mrjoe0929-ie8-spa/client/src/App.js

File renamed without changes.

__have-a-try/webpack1-react14-antd1-express-mrjoe0929-ie8-spa/client/src/components/Tables/index.js renamed to __cant-run-now-help/webpack1-react14-antd1-express-mrjoe0929-ie8-spa/client/src/components/Tables/index.js

File renamed without changes.

__have-a-try/webpack1-react14-antd1-express-mrjoe0929-ie8-spa/client/src/index.js renamed to __cant-run-now-help/webpack1-react14-antd1-express-mrjoe0929-ie8-spa/client/src/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ import 'babel-polyfill';
1313
ReactDom.render(
1414
<BrowserRouter>
1515
<App/>
16-
</BrowserRouter>,
16+
</BrowserRouter>
17+
,
1718
document.getElementById('app')
1819
);
1920

0 commit comments

Comments
 (0)