From 49c919e138020d825aa7d01b28543e211da60d90 Mon Sep 17 00:00:00 2001 From: Sven Greb Date: Sat, 31 Oct 2020 15:52:24 +0100 Subject: [PATCH] Update to "tmpl" template repository version 0.5.0 Update to "tmpl" version 0.5.0 [1] which now uses namespace for the NPM package name [2] that help to prevent collisions with already existing NPM packages like tmpl [3]. [1]: https://github.com/svengreb/tmpl/releases/tag/v0.5.0 [2]: https://github.com/svengreb/tmpl/issues/48 [3]: https://www.npmjs.com/package/tmpl GH-22 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7537a22..a927068 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "tmpl-go", + "name": "@svengreb/tmpl-go", "version": "0.3.0", "description": "A repository template for Go projects", "author": {