Skip to content

Commit 1e5ee60

Browse files
committed
small change
1 parent 7bee8bc commit 1e5ee60

Some content is hidden

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

50 files changed

+36
-28
lines changed

webpack1-react14-jq-antd1-bssync-localsummer-ie8-spa/.babelrc renamed to _react14/webpack1-react14-jq-antd1-bssync-localsummer-ie8-spa/.babelrc

File renamed without changes.

webpack1-react14-jq-antd1-bssync-localsummer-ie8-spa/.eslintrc renamed to _react14/webpack1-react14-jq-antd1-bssync-localsummer-ie8-spa/.eslintrc

File renamed without changes.

webpack1-react14-jq-antd1-bssync-localsummer-ie8-spa/.gitattributes renamed to _react14/webpack1-react14-jq-antd1-bssync-localsummer-ie8-spa/.gitattributes

File renamed without changes.

webpack1-react14-jq-antd1-bssync-localsummer-ie8-spa/.gitignore renamed to _react14/webpack1-react14-jq-antd1-bssync-localsummer-ie8-spa/.gitignore

File renamed without changes.

webpack1-react14-jq-antd1-bssync-localsummer-ie8-spa/.stylelintrc renamed to _react14/webpack1-react14-jq-antd1-bssync-localsummer-ie8-spa/.stylelintrc

File renamed without changes.

webpack1-react14-jq-antd1-bssync-localsummer-ie8-spa/.travis.yml renamed to _react14/webpack1-react14-jq-antd1-bssync-localsummer-ie8-spa/.travis.yml

File renamed without changes.

webpack1-react14-jq-antd1-bssync-localsummer-ie8-spa/LICENSE.txt renamed to _react14/webpack1-react14-jq-antd1-bssync-localsummer-ie8-spa/LICENSE.txt

File renamed without changes.

webpack1-react14-jq-antd1-bssync-localsummer-ie8-spa/README.md renamed to _react14/webpack1-react14-jq-antd1-bssync-localsummer-ie8-spa/README.md

webpack1-react14-jq-antd1-bssync-localsummer-ie8-spa/package-lock.json renamed to _react14/webpack1-react14-jq-antd1-bssync-localsummer-ie8-spa/package-lock.json

File renamed without changes.

webpack1-react14-jq-antd1-bssync-localsummer-ie8-spa/package.json renamed to _react14/webpack1-react14-jq-antd1-bssync-localsummer-ie8-spa/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"eslint": "eslint src/**/*.js tools/**/*.js",
1414
"stylelint": "stylelint src/components/**/*.css src/routes/**/*.css",
1515
"lint": "npm run eslint && npm run stylelint",
16-
"test": "mocha --compilers js:babel-register",
17-
"test:watch": "mocha --compilers js:babel-register --reporter min --watch",
1816
"clean": "node tools/clean",
17+
"start": "node tools/start",
18+
"dev": "npm run start",
1919
"build": "node tools/build --release",
2020
"build:debug": "node tools/build",
21-
"start": "node tools/start",
22-
"dev": "npm run start"
21+
"test": "mocha --compilers js:babel-register",
22+
"test:watch": "mocha --compilers js:babel-register --reporter min --watch"
2323
},
2424
"dependencies": {
2525
"@rematch/core": "^0.6.0",

0 commit comments

Comments
 (0)