diff --git a/.gitignore b/.gitignore index 9a547e6..4bd5020 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,7 @@ node_modules .idea # Parcel build dirs -.cache +.parcel-cache tests/dist # nyc code coverage diff --git a/package.json b/package.json index d50e4f4..6c75e01 100644 --- a/package.json +++ b/package.json @@ -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",