Skip to content

Commit

Permalink
bump version to 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gavsidhu committed Sep 25, 2023
1 parent b3d7640 commit 5971f0e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@gavsidhu/templ8",
"version": "1.0.6",
"version": "1.0.7",
"description": "Templ8 is a command-line tool that makes it easier to manage custom templates. It allows you to create, store, and use files or directories as templates, saving you time and effort.",
"main": "index.js",
"scripts": {
"postinstall": "go-npm install",
"preuninstall": "go-npm uninstall"
"postinstall": "node postinstall.js install",
"preuninstall": "node postinstall.js uninstall"
},
"repository": {
"type": "git",
"url": "https://github.com/gavsidhu/templ8"
},
"dependencies": {
"go-npm": "^0.1.9"
"mkdirp": "^1.0.4"
},
"keywords": [
"cli",
Expand Down

0 comments on commit 5971f0e

Please sign in to comment.