Skip to content
This repository has been archived by the owner on Mar 26, 2021. It is now read-only.

Commit

Permalink
Add a script to protect against future versions that are not built yet
Browse files Browse the repository at this point in the history
  • Loading branch information
eykrehbein committed Nov 16, 2018
1 parent 39a6339 commit 80e9c12
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strest/cli",
"version": "1.18.2",
"version": "1.18.3",
"description": "A new dimension of REST API testing",
"main": "dist/main.js",
"repository": "https://github.com/eykhagen/strest",
Expand All @@ -13,7 +13,8 @@
},
"scripts": {
"build": "tsc",
"test": "strest tests/success"
"test": "strest tests/success",
"publish": "tsc && npm publish"
},
"dependencies": {
"axios": "^0.18.0",
Expand Down

0 comments on commit 80e9c12

Please sign in to comment.