Skip to content

Commit

Permalink
release: v5.0.0 (#140)
Browse files Browse the repository at this point in the history
* release: v5.0.0

* chore: run `npm install` in `prepublish`
  • Loading branch information
yoshinorin authored Nov 9, 2022
1 parent debc792 commit c6abb01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "warehouse",
"version": "4.0.1",
"version": "5.0.0",
"description": "Simple JSON-based database",
"main": "dist/database",
"directories": {
Expand All @@ -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",
Expand Down

0 comments on commit c6abb01

Please sign in to comment.