diff --git a/package.json b/package.json index a3d553d..4fe3919 100644 --- a/package.json +++ b/package.json @@ -22,13 +22,12 @@ }, "scripts": { "test": "tap tests/*.test.js --reporter classic", - "build": "unbuild", + "build": "npx unbuild@2.0.0", "prepublishOnly": "npm run build" }, "dependencies": {}, "devDependencies": { - "tap": "~11.1.5", - "unbuild": "^2.0.0" + "tap": "~11.1.5" }, "optionalDependencies": {}, "engines": {