Skip to content

Commit

Permalink
chore: update api reports and repo url (#315)
Browse files Browse the repository at this point in the history
* chore: api reports

* chore: ignore .npmrc

* chore: update repo url
  • Loading branch information
simonas-notcat authored Dec 18, 2020
1 parent 3fa8ef3 commit 88264db
Show file tree
Hide file tree
Showing 40 changed files with 1,970 additions and 1,969 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: setup git coordinates
run: |
git remote set-url origin https://uport-project:$GH_TOKEN@github.com/uport-project/daf.git
git remote set-url origin https://uport-project:$GH_TOKEN@github.com/uport-project/veramo.git
git config user.name $GH_USER
git config user.email $GH_EMAIL
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ website/node_modules
/packages/*/node_modules/
coverage

.npmrc

npm-debug.log
npm-debug.log*
lerna-debug.log
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[![uport-project](https://circleci.com/gh/uport-project/daf.svg?style=svg)](https://circleci.com/gh/uport-project/daf/tree/master)
[![codecov](https://codecov.io/gh/uport-project/daf/branch/master/graph/badge.svg)](https://codecov.io/gh/uport-project/daf)
[![codecov](https://codecov.io/gh/uport-project/veramo/branch/master/graph/badge.svg)](https://codecov.io/gh/uport-project/veramo)

# Veramo DID Agent Framework

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
],
"npmClient": "yarn",
"changelog": {
"repo": "uport-project/daf",
"repo": "uport-project/veramo",
"cacheDir": ".changelog"
},
"command": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/uport-project/daf.git"
"url": "https://github.com/uport-project/veramo.git"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"publishConfig": {
"access": "public"
},
"repository": "git@github.com:uport-project/daf.git",
"repository": "git@github.com:uport-project/veramo.git",
"author": "Simonas Karuzas <simonas.karuzas@mesh.xyz>",
"contributors": [
{
Expand Down
Loading

0 comments on commit 88264db

Please sign in to comment.