Skip to content

Commit

Permalink
removing pnpm specific things
Browse files Browse the repository at this point in the history
  • Loading branch information
alshdavid committed Nov 3, 2022
1 parent 9e0d86e commit 33d20da
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 15 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ tmp
parcel-bundle-reports/
.verdaccio_storage/
sourcemap-info.json
pnpm-workspace.yaml
pnpm-lock.yaml
12 changes: 0 additions & 12 deletions .npmrc

This file was deleted.

13 changes: 12 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,18 @@
"punycode": "^1.4.1",
"rimraf": "^3.0.2",
"semver": "^5.7.1",
"sinon": "^7.3.1"
"sinon": "^7.3.1",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@babel/plugin-transform-modules-commonjs": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-plugin-minify-dead-code-elimination": "^0.5.0",
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
"read-pkg-up": "^4.0.",
"resolve": "^1.22.1"
},
"engines": {
"node": ">= 12.0.0"
Expand Down
2 changes: 0 additions & 2 deletions pnpm-workspace.yaml

This file was deleted.

0 comments on commit 33d20da

Please sign in to comment.