fastify-cli
Advanced tools
Comparing version 0.25.0 to 0.25.1
{ | ||
"name": "fastify-cli", | ||
"version": "0.25.0", | ||
"version": "0.25.1", | ||
"description": "Run a fastify route with one command!", | ||
@@ -5,0 +5,0 @@ "main": "cli.js", |
@@ -36,3 +36,3 @@ 'use strict' | ||
expected[file.replace(templatedir, '')] = data.toString() | ||
expected[file.replace(templatedir, '').replace(/__/, '.')] = data.toString() | ||
@@ -39,0 +39,0 @@ count++ |
50028
36