Skip to content

Commit

Permalink
build: setup npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
Th3S4mur41 authored Sep 13, 2022
1 parent 239c38a commit 695870e
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ typings/

# TypeScript cache
*.tsbuildinfo
.tscache/

# Optional npm cache directory
.npm
Expand Down Expand Up @@ -102,3 +103,18 @@ dist

# TernJS port file
.tern-port

# IDEs
*.code-workspace
.idea/
!.idea/codeStyles/
.history/
*.local

# OS
.DS_Store

# Reports
reports/
hint-report/
lighthouse*
23 changes: 23 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "demo-auto-security-release",
"version": "0.0.1",
"description": "Demo on how to use Github Actions to automatically release fixes for dependency vulnerabilities",
"private": true,
"license": "LISENCE",
"bugs": "https://github.com/Th3S4mur41/demo-auto-security-release/issues",
"homepage": "https://github.com/Th3S4mur41/demo-auto-security-releases#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Th3S4mur41/demo-auto-security-release.git"
},
"keywords": [
"blog",
"demo",
"semantic-release",
"dependabot",
"github-actions",
"security",
"vulnerabilities",
"dependencies"
]
}

0 comments on commit 695870e

Please sign in to comment.