Skip to content

Commit

Permalink
update deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-burlacu-software committed Oct 14, 2023
1 parent 481fb5c commit 0ca25e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 29 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fast-fuzz",
"version": "5.1.5",
"version": "5.1.6",
"description": "Test case fuzzer with branch coverage guidance.",
"main": "./dist/src/fast-fuzz.js",
"types": "./dist/src/fast-fuzz.d.ts",
Expand All @@ -14,8 +14,7 @@
"build": "tsc",
"build-all": "npm run clean && npm run build",
"prepare": "npm run build",
"test": "ts-mocha test/**/*.test.ts",
"updatePublish": "node publish.js"
"test": "ts-mocha test/**/*.test.ts"
},
"keywords": [
"testing",
Expand Down Expand Up @@ -56,13 +55,13 @@
"flat-promise": "^1.0.3",
"glob": "^8.1.0",
"istanbul-lib-hook": "^3.0.0",
"istanbul-lib-instrument": "^5.2.1",
"istanbul-lib-instrument": "^6.0.1",
"log-update": "^4.0.0",
"make-matrix": "^2.1.5",
"make-matrix": "^2.3.3",
"multee": "^0.2.4",
"reflect-metadata": "^0.1.13",
"tplant": "https://github.com/WeWatchWall/fast-fuzz/raw/main/tplant-3.1.2.tgz",
"tslib": "^2.5.0"
"tslib": "^2.6.2"
},
"peerDependencies": {
"reflect-metadata": "^0.1.13",
Expand Down
23 changes: 0 additions & 23 deletions publish.js

This file was deleted.

0 comments on commit 0ca25e9

Please sign in to comment.