Migration from Parcel-Bundler 1.12.5 to Parcel 2

This commit is contained in:
Joshua Li 2021-11-16 21:59:59 -05:00
parent 3279c2d65a
commit b1905594c5
2 changed files with 2 additions and 3 deletions

2
.gitignore vendored
View File

@ -5,7 +5,7 @@ node_modules
.idea
# Parcel build dirs
.cache
.parcel-cache
tests/dist
# nyc code coverage

View File

@ -65,14 +65,13 @@
"meow": "^10.0.1",
"mocha": "^9.1.3",
"nyc": "^15.1.0",
"parcel-bundler": "^1.12.5",
"parcel": "^2.0.0",
"pretty-bytes": "^5.6.0",
"release-it": "^14.11.6",
"run.env": "^1.1.0",
"unused-filename": "^3.0.1",
"walk": "^2.3.15"
},
"main": "./src/index.js",
"browser": "./dist/filer.min.js",
"files": [
"src",