Skip to content

Commit c1d4982

Browse files
authored
Merge pull request #19 from JaredCE/ignore-.nyc_output
Ignore .nyc output
2 parents 9de54fd + b3c6947 commit c1d4982

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
.github/*
33
.gitignore
44
.husky/*
5+
.nyc_output/*

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arazzo-runner",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "A runner to run through Arazzo Document workflows",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)