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

Commit 080bfd2

Browse files
committed
Configure package with registry.npmjs.org
1 parent 2010509 commit 080bfd2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: .gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ pids
5151
node_modules
5252
# Optional npm cache directory
5353
.npm
54-
.npmrc
5554
# Optional REPL history
5655
.node_repl_history
5756
# Dist

Diff for: package.json

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"type": "git",
1414
"url": "git+https://github.com/AEB-labs/graphql-transformer.git"
1515
},
16+
"publishConfig": {
17+
"registry": "https://registry.npmjs.org/"
18+
},
1619
"keywords": [
1720
"graphql"
1821
],

0 commit comments

Comments
 (0)