template-file
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -26,3 +26,3 @@ #!/usr/bin/env node | ||
Compile all .abc files in src/ to build/ | ||
$ template-file stuff.json src/**/*.abc build/ | ||
$ template-file stuff.json 'src/**/*.abc' build/ | ||
`) | ||
@@ -29,0 +29,0 @@ |
{ | ||
"name": "template-file", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "🔀 Replace {{ variables }} in all your files", | ||
@@ -29,6 +29,6 @@ "main": "index.js", | ||
"p-limit": "^1.1.0", | ||
"pify": "^2.3.0" | ||
"pify": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"ava": "^0.21.0", | ||
"ava": "^0.22.0", | ||
"eslint": "^4.1.0", | ||
@@ -35,0 +35,0 @@ "eslint-config-standard": "^10.0.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
125199
+ Addedpify@3.0.0(transitive)
Updatedpify@^3.0.0