Skip to content

Commit

Permalink
v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hebertcisco committed Jun 23, 2024
1 parent 1db2605 commit a4ddd82
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
# and commit this file to your remote git repository to share the goodness with others.

# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart

tasks:
- init: make && npm install


4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deb-install",
"version": "0.1.6",
"version": "0.1.7",
"description": "Debian based apps Installation Automation",
"scripts": {
"patch-release": "npm version patch && npm publish && git push --follow-tags",
Expand Down Expand Up @@ -73,4 +73,4 @@
"bundleDependencies": [
"@types/node"
]
}
}

0 comments on commit a4ddd82

Please # to comment.