Skip to content

Commit

Permalink
configure publishing to gpr
Browse files Browse the repository at this point in the history
  • Loading branch information
shwilliam committed Jul 23, 2020
1 parent cd10900 commit b39040c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Logs
logs
*.log

# Runtime data
pids
*.pid
*.seed

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@shwilliam:registry=https://npm.pkg.github.com/
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "gatsby-source-gh",
"name": "@shwilliam/gatsby-source-gh",
"version": "0.1.0",
"description": "Gatsby source plugin for GitHub repositories",
"scripts": {
Expand All @@ -12,6 +12,9 @@
"type": "git",
"url": "git+https://github.com/shwilliam/gatsby-source-gh.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/shwilliam"
},
"keywords": [
"gatsby",
"gatsby-source-plugin",
Expand Down

0 comments on commit b39040c

Please sign in to comment.