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

Commit 3a56a38

Browse files
author
Yevgeny Pats
committed
update .npmignore
1 parent 9ae59c8 commit 3a56a38

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.npmignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ node_modules
33
build
44
crash-*
55
corpus/*
6-
examples/
6+
examples/
7+
coverage
8+
.nyc_output

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.11",
3+
"version": "1.0.12",
44
"description": "Coverage Guided Javascript Fuzzer",
55
"main": "build/src/index.js",
66
"types": "build/src/inde.d.ts",

0 commit comments

Comments
 (0)