Skip to content

Commit

Permalink
fix: update new npm org and registry (webex#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
priynand authored and GitHub Enterprise committed Jan 21, 2022
1 parent 9e3f52a commit 21b16f5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ciscortc/webrtc-core",
"version": "1.1.4",
"name": "@webex-connect/webrtc-core",
"version": "1.1.3",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"browser": "dist/umd/index.js",
Expand All @@ -13,7 +13,7 @@
"dist/**/*"
],
"publishConfig": {
"registry": "https://engci-maven.cisco.com/artifactory/api/npm/webrtc-core-npm/"
"registry": "https://registry.npmjs.org/"
},
"repository": "[email protected]:CPaaS/webrtc-core.git",
"license": "MIT",
Expand All @@ -27,11 +27,11 @@
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.1",
"@semantic-release/release-notes-generator": "^9.0.3",
"@types/chai": "^4.2.21",
"@types/express": "^4.17.13",
"@types/chai": "^4.2.21",
"@types/mocha": "^9.0.0",
"@types/jest": "^27.0.1",
"@types/lodash": "^4.14.171",
"@types/mocha": "^9.0.0",
"@types/node": "^16.0.1",
"@types/sdp-transform": "^2.4.5",
"@typescript-eslint/eslint-plugin": "^4.28.2",
Expand Down

0 comments on commit 21b16f5

Please sign in to comment.