Skip to content

Commit

Permalink
fix: 兼容windows系统
Browse files Browse the repository at this point in the history
  • Loading branch information
pengyuanyuan003 committed Jan 30, 2021
1 parent 857dc14 commit 80de1df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
7 changes: 0 additions & 7 deletions plugin/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2440,13 +2440,6 @@ babel-plugin-module-resolver@^4.1.0:
reselect "^4.0.0"
resolve "^1.13.1"

babel-plugin-root-import@^6.4.1:
version "6.5.0"
resolved "https://registry.yarnpkg.com/babel-plugin-root-import/-/babel-plugin-root-import-6.5.0.tgz#ac4016426b5d36c48127c73ad199fa72c9ff8817"
integrity sha512-PTD8fPl4v1kwn01u9d4rgRavDs5Z+jv4qa4/y6iYtoSgM4/xmjwMqo66j5A/BTZQEMA6OV5iFgyZ1PIhroJqqg==
dependencies:
slash "^3.0.0"

babel-plugin-transform-async-to-promises@^0.8.14:
version "0.8.15"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-async-to-promises/-/babel-plugin-transform-async-to-promises-0.8.15.tgz#13b6d8ef13676b4e3c576d3600b85344bb1ba346"
Expand Down
7 changes: 4 additions & 3 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"connect-multiparty": "^2.2.0",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"dateformat": "^3.0.3",
"ejs": "^2.6.1",
"express": "^4.16.4",
Expand Down Expand Up @@ -50,10 +51,12 @@
"@types/body-parser": "^1.17.0",
"@types/cookie-parser": "^1.4.1",
"@types/cors": "^2.8.5",
"@types/dateformat": "^3.0.1",
"@types/ejs": "^2.6.3",
"@types/express": "^4.16.1",
"@types/ini": "^1.3.30",
"@types/ioredis": "^4.0.17",
"@types/js-md5": "^0.4.2",
"@types/lodash": "^4.14.123",
"@types/md5": "^2.1.33",
"@types/mime-types": "^2.1.0",
Expand All @@ -62,11 +65,9 @@
"@types/node-schedule": "^1.3.0",
"@types/nodemailer": "^6.4.0",
"@types/shelljs": "^0.8.7",
"@types/xml2js": "^0.4.5",
"@types/dateformat": "^3.0.1",
"@types/js-md5": "^0.4.2",
"@types/socket.io": "^2.1.11",
"@types/socket.io-redis": "^1.0.26",
"@types/xml2js": "^0.4.5",
"babel-plugin-root-import": "^6.1.0",
"nodemon": "^1.19.0",
"pstree.remy": "^1.1.0",
Expand Down

0 comments on commit 80de1df

Please sign in to comment.