Skip to content

Commit

Permalink
version bump to clear old version with cache argument
Browse files Browse the repository at this point in the history
  • Loading branch information
sformisano committed May 11, 2018
1 parent d7a615e commit 9492ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "get-files-matching-glob-pattern",
"version": "1.0.0",
"version": "1.0.1",
"description": "Takes a glob pattern as argument, checks the cache to see if data has already been requested for this pattern. If there's cached data, returns it. If not, returns the matching files. Throws an exception if no files match the glob pattern or if the argument passed to the glob pattern parameter is not a string.",
"main": "getFilesMatchingGlobPattern.js",
"scripts": {
Expand Down

0 comments on commit 9492ddd

Please sign in to comment.