Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Tool to generate fixtures from folders and module for creating and tearing
down filesystem fixtures easily.

Credit: @iarna
PR-URL: npm/npm#11292
Reviewed-By: @zkat
Reviewed-By: @othiym23
  • Loading branch information
iarna committed Feb 18, 2016
1 parent d897c22 commit 07f020a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ npm-debug.log
/node_modules/sprintf-js/
/node_modules/standard/
/node_modules/tap/
/node_modules/tacks/
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@
"require-inject": "~1.3.0",
"sprintf-js": "~1.0.3",
"standard": "~5.4.1",
"tacks": "~1.0.9",
"tap": "~5.4.2"
},
"scripts": {
Expand Down

0 comments on commit 07f020a

Please sign in to comment.