Skip to content

Commit

Permalink
feat: revert incorrect deps
Browse files Browse the repository at this point in the history
  • Loading branch information
linbudu599 committed Mar 21, 2022
1 parent 281da3e commit ec1ee02
Show file tree
Hide file tree
Showing 5 changed files with 288 additions and 152 deletions.
3 changes: 1 addition & 2 deletions .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ recursive-install=true
# for package publish
# registry=https://registry.npmjs.org/
# for faster dep installation
registry=https://registry.npmmirror.com

registry=https://registry.npmmirror.com
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,8 @@
"eslint": "^7.0.0",
"execa": "^5.0.0"
},
"dependencies": {
"lodash": "^4.17.21"
},
"devDependencies": {
"@changesets/cli": "^2.21.0",
"@parcel/packager-raw-url": "2.3.2",
"@parcel/transformer-webmanifest": "2.3.2",
"@types/fs-extra": "^9.0.13",
"@types/jsonfile": "^6.1.0",
"@types/lodash": "^4.14.179",
Expand All @@ -58,6 +53,7 @@
"execa": "^5.0.0",
"fs-extra": "^10.0.1",
"jsonfile": "^6.1.0",
"lodash": "^4.17.21",
"minimist": "^1.2.5",
"nanoid": "^3.3.1",
"npm-check-updates": "^12.5.3",
Expand Down
3 changes: 2 additions & 1 deletion packages/parcel-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "parcel-tsx-boilerplate",
"version": "1.0.0",
"scripts": {
"start": "parcel serve ./public/index.html --port 3000 --open --target modern",
"dev": "pnpm start",
"start": "parcel serve ./public/index.html --port 3000 --open --target modern --cache-dir ./node_modules/.cache/parcel",
"build:watch": "parcel watch ./public/index.html --target modern",
"build": "yarn build:legacy && yarn build:modern",
"build:legacy": "parcel build ./public/index.html --target legacy",
Expand Down
Loading

0 comments on commit ec1ee02

Please sign in to comment.