Skip to content
This repository was archived by the owner on Apr 30, 2021. It is now read-only.

Commit b9dd24c

Browse files
author
Yevgeny Pats
committed
bugfix in npmpublish (.gitignore)
1 parent 12e5020 commit b9dd24c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.idea
22
node_modules
33
build
4-
crash-*
4+
crash-*
5+
corpus/*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsfuzz",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"description": "Coverage Guided Javascript Fuzzer",
55
"main": "build/src/index.js",
66
"types": "build/src/inde.d.ts",

0 commit comments

Comments
 (0)