Migration from Parcel-Bundler 1.12.5 to Parcel 2
This commit is contained in:
parent
3279c2d65a
commit
b1905594c5
|
@ -5,7 +5,7 @@ node_modules
|
|||
.idea
|
||||
|
||||
# Parcel build dirs
|
||||
.cache
|
||||
.parcel-cache
|
||||
tests/dist
|
||||
|
||||
# nyc code coverage
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue