Skip to content
This repository has been archived by the owner on Mar 27, 2021. It is now read-only.

Commit

Permalink
chore: adjust package and repository urls
Browse files Browse the repository at this point in the history
  • Loading branch information
BerniWittmann committed Mar 20, 2021
1 parent d6c2073 commit 8e429a7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .releaserc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
repositoryUrl: [email protected]:silver-xu/ts-module-boilerplate.git
repositoryUrl: [email protected]:InOG-projects/IRIS-library-js.git
plugins:
- '@semantic-release/commit-analyzer'
- '@semantic-release/release-notes-generator'
Expand Down
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"prettier.configPath": ".prettierrc"
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "iris-js-helper",
"name": "@inog/iris-library-js",
"description": "JS Library to interact with IRIS Gateway",
"main": "dist/index.js",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"test": "jest",
"semantic-release": "semantic-release"
},
"author": "Bernhard Wittmann <[email protected]>",
"author": "Innovationsverbund Öffentliche Gesundheit",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^8.3.4",
Expand All @@ -37,7 +37,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/BerniWittmann/iris-js-helper.git"
"url": "https://github.com/InOG-projects/IRIS-library-js.git"
},
"version": "0.1.0"
}

0 comments on commit 8e429a7

Please sign in to comment.