Skip to content

Commit

Permalink
initialising repository as a node package
Browse files Browse the repository at this point in the history
  • Loading branch information
developerdenesh committed Jan 10, 2023
1 parent 5cd8538 commit 64bef75
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
48 changes: 48 additions & 0 deletions package-lock.json

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

24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "action",
"version": "1.0.0",
"description": "A github action to say a sentence",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/developerdenesh/action.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/developerdenesh/action/issues"
},
"homepage": "https://github.com/developerdenesh/action#readme",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1"
}
}

0 comments on commit 64bef75

Please sign in to comment.