create-waku
Advanced tools
Comparing version 0.4.5 to 0.4.6
@@ -15,3 +15,4 @@ #!/usr/bin/env node | ||
const baseUrl = | ||
"https://raw.githubusercontent.com/dai-shi/waku/v0.12.0/examples/01_counter/"; | ||
// "https://raw.githubusercontent.com/dai-shi/waku/v0.12.0/examples/01_counter/"; | ||
"https://raw.githubusercontent.com/dai-shi/waku/94c7b98/examples/01_counter/"; | ||
@@ -18,0 +19,0 @@ const files = ` |
{ | ||
"name": "create-waku", | ||
"version": "0.4.5", | ||
"version": "0.4.6", | ||
"bin": "./cli.js" | ||
} |
1186
41