Skip to content

Commit

Permalink
initialize npm package
Browse files Browse the repository at this point in the history
wvanheemstra committed Jul 31, 2022
1 parent d6c6231 commit 9265939
Showing 3 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console.log("Hello, World!);
13 changes: 13 additions & 0 deletions package-lock.json

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

19 changes: 19 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "@vanheemstrasystems/github-packages-demo-repository",
"version": "1.0.0",
"description": "github-packages-demo-repository # GitHub Packages Demo Repository",
"main": "index.js",
"scripts": {
"test": "exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vanHeemstraSystems/github-packages-demo-repository.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/vanHeemstraSystems/github-packages-demo-repository/issues"
},
"homepage": "https://github.com/vanHeemstraSystems/github-packages-demo-repository#readme"
}

0 comments on commit 9265939

Please sign in to comment.