Skip to content

Commit

Permalink
chore: Move devDependencies to dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Feb 14, 2020
1 parent 9b4ad6f commit cd64922
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 27 deletions.
15 changes: 3 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 14 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,25 +30,24 @@
"api",
"fetch",
"react",
"create-react-app"
"create-react-app",
"TypeScript"
],
"author": "Kenny Wong <[email protected]>",
"license": "MIT",
"dependencies": {
"body-parser": "^1.19.0",
"chokidar": "^3.3.1",
"clear-module": "^4.0.0",
"@types/body-parser": "1.19.0",
"@types/express": "4.17.2",
"@types/http-proxy": "1.17.3",
"@types/node": "13.7.1",
"body-parser": "1.19.0",
"chokidar": "3.3.1",
"clear-module": "4.0.0",
"colors-cli": "^1.0.23",
"detect-port": "^1.3.0",
"express": "^4.17.1",
"http-proxy": "^1.18.0",
"local-ip-url": "^1.0.2",
"path-to-regexp": "^6.1.0"
},
"devDependencies": {
"@types/body-parser": "^1.19.0",
"@types/express": "^4.17.2",
"@types/http-proxy": "^1.17.3",
"@types/node": "^13.7.1"
"detect-port": "1.3.0",
"express": "4.17.1",
"http-proxy": "1.18.0",
"local-ip-url": "1.0.2",
"path-to-regexp": "6.1.0"
}
}

0 comments on commit cd64922

Please sign in to comment.