Skip to content

Commit

Permalink
update routing
Browse files Browse the repository at this point in the history
  • Loading branch information
nembal committed Jun 16, 2021
1 parent 94d32d1 commit 3556482
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions index.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions multi-file-test/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -5,7 +5,7 @@
"main": "./index",
"repository": {
"type": "git",
"url": "git+https://github.com/csuwildcat/spec-up.git"
"url": "git+https://github.com/decentralized-identity/spec-up.git"
},
"scripts": {
"edit": "node -e \"require('./index')()\"",
Expand All @@ -20,11 +20,11 @@
"standards"
],
"author": "Daniel Buchner",
"license": "MIT",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/csuwildcat/spec-up/issues"
"url": "https://github.com/decentralized-identity/spec-up/issues"
},
"homepage": "https://github.com/csuwildcat/spec-up#readme",
"homepage": "https://github.com/decentralized-identity/spec-up#readme",
"dependencies": {
"yargs": "16.2.0",
"yargs-parser": ">=5.0.0-security.0",
Expand Down
8 changes: 4 additions & 4 deletions specs.json
Expand Up @@ -6,10 +6,10 @@
"spec_directory": "./single-file-test",
"output_path": "./",
"logo": "logo.svg",
"logo_link": "https://github.com/csuwildcat/spec-up",
"logo_link": "https://github.com/decentralized-identity/spec-up",
"source": {
"host": "github",
"account": "csuwildcat",
"account": "decentralized-identity",
"repo": "spec-up"
},
"assets": [
Expand All @@ -28,10 +28,10 @@
"features.md"
],
"logo": "../logo.svg",
"logo_link": "https://github.com/csuwildcat/spec-up",
"logo_link": "https://github.com/decentralized-identity/spec-up",
"source": {
"host": "github",
"account": "csuwildcat",
"account": "decentralized-identity",
"repo": "spec-up"
}
}
Expand Down

0 comments on commit 3556482

Please sign in to comment.