Skip to content
This repository was archived by the owner on Jun 16, 2022. It is now read-only.

Commit 520d3ac

Browse files
committed
Bootstrap project, add GitHub registry to npmrc
1 parent 013f0b4 commit 520d3ac

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@github:registry=http://npm.pkg.github.com

package.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "go-snapshot-action",
3+
"version": "1.0.0",
4+
"description": "Go Snapshot Action",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/dsp-testing/go-snapshot-action.git"
12+
},
13+
"keywords": [],
14+
"author": "",
15+
"license": "ISC",
16+
"bugs": {
17+
"url": "https://github.com/dsp-testing/go-snapshot-action/issues"
18+
},
19+
"homepage": "https://github.com/dsp-testing/go-snapshot-action#readme"
20+
}

0 commit comments

Comments
 (0)