Skip to content

Commit

Permalink
upgrade to v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Dec 24, 2021
1 parent fbd5e3b commit cc0da47
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,7 +1,7 @@
{
"name": "@sigodenjs/apitest",
"description": "Apitest is declarative api testing tool with JSON-like DSL.",
"version": "0.11.0",
"version": "0.12.0",
"bin": {
"apitest": "dist/bin.js"
},
Expand Down Expand Up @@ -35,7 +35,7 @@
"build": "tsc -p tsconfig.build.json",
"clean": "rimraf dist",
"test": "jest",
"prepublish": "npm run -s clean && npm run -s build"
"prepublishOnly": "npm run -s clean && npm run -s build"
},
"dependencies": {
"@sigodenjs/fake": "^0.2.0",
Expand Down

0 comments on commit cc0da47

Please sign in to comment.