Skip to content

Commit 31f338f

Browse files
fix bugcrowd dependency confusion (#205)
1 parent f92a203 commit 31f338f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.npmrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}
2+
@intercom:registry=https://npm.pkg.github.com/
3+
engine-strict=true
4+
save-exact=true

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
2-
"name": "intercom-openapi",
2+
"name": "@intercom/openapi",
33
"version": "1.0.0",
4+
"private": true,
45
"description": "This is the version controlled openapi spec for our public facing API's at developers.intercom.com, our external documenation site for people integrating into Intercom",
56
"scripts": {
67
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)