diff --git a/package.json b/package.json index 67e86f36..e45487da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "warehouse", - "version": "4.0.1", + "version": "5.0.0", "description": "Simple JSON-based database", "main": "dist/database", "directories": { @@ -10,7 +10,7 @@ "dist/" ], "scripts": { - "prepublish ": "npm run clean && npm run build", + "prepublish ": "npm install && npm run clean && npm run build", "build": "tsc -b", "clean": "tsc -b --clean", "preeslint": "npm run clean && npm run build",