Skip to content

Commit

Permalink
chore(release): v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanOricil committed Sep 10, 2024
1 parent 61c1080 commit e73dced
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 13 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 14 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "@allanoricil/nrg-cli",
"version": "0.0.0-beta.18",
"version": "1.0.0",
"description": "A very simple CLI for building an nrg project",
"author": "allanoricil <[email protected]>",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand All @@ -16,6 +15,18 @@
"node": ">=18",
"npm": ">=10"
},
"author": {
"name": "AllanOricil",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/AllanOricil/nrg-cli"
},
"bugs": {
"url": "https://github.com/AllanOricil/nrg-cli/issues"
},
"homepage": "https://github.com/AllanOricil/nrg-cli#readme",
"scripts": {
"build": "tsc",
"release": "semantic-release",
Expand All @@ -30,7 +41,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@allanoricil/nrg-core": "0.0.0-beta.22",
"@allanoricil/nrg-core": "1.0.0",
"yargs": "^17.7.2"
},
"devDependencies": {
Expand Down

0 comments on commit e73dced

Please sign in to comment.