Skip to content

Commit

Permalink
Update weasel version and publishRegistry in package.json (#12)
Browse files Browse the repository at this point in the history
* add publishRepository

* update version to 1.6.0

* update publishConfig registry
  • Loading branch information
xiaoluxl authored and GitHub Enterprise committed Feb 19, 2024
1 parent 38b1157 commit a600951
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"version": "1.0.0",
"version": "1.6.0",
"name": "@instana/weasel",
"description": "Collect end-user data",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -68,5 +69,11 @@
"object-assign": "^4.1.1",
"web-vitals": "3.5.2"
},
"publishConfig": {
"registry": "https://delivery.instana.io/artifactory/api/npm/int-npm-local/"
},
"files": [
"target/*"
],
"packageManager": "[email protected]"
}

0 comments on commit a600951

Please sign in to comment.