Skip to content

Commit

Permalink
Update to "tmpl" template repository version 0.5.0 (#23)
Browse files Browse the repository at this point in the history
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]: svengreb/tmpl#48
[3]: https://www.npmjs.com/package/tmpl

Closes GH-22
  • Loading branch information
svengreb authored Oct 31, 2020
1 parent 072aad9 commit 5da341c
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,5 +1,5 @@
{
"name": "tmpl-go",
"name": "@svengreb/tmpl-go",
"version": "0.3.0",
"description": "A repository template for Go projects",
"author": {
Expand Down

0 comments on commit 5da341c

Please sign in to comment.