Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Leomaradan committed Aug 13, 2020
1 parent 0f1c7e8 commit 3af762d
Show file tree
Hide file tree
Showing 5 changed files with 126 additions and 127 deletions.
4 changes: 2 additions & 2 deletions LICENSE.md
@@ -1,7 +1,7 @@
MIT License

Copyright (c) 2019 Sebastian Hübner
Copyright (c) 2017 – 2019 Gerard Delmàs
Copyright (c) 2020 Sebastian Hübner
Copyright (c) 2017 – 2020 Gerard Delmàs

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
164 changes: 76 additions & 88 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
@@ -1,7 +1,7 @@
{
"author": "Sebastian Hübner",
"name": "typedoc-plugin-devops-sourcefile",
"version": "1.0.2",
"version": "1.0.6",
"description": "typedoc plugin to set source file URL links to a Git repository hosted in Azure DevOps",
"homepage": "https://github.com/shuebner20/typedoc-plugin-devops-sourcefile",
"bugs": "https://github.com/shuebner20/typedoc-plugin-devops-sourcefile/issues",
Expand All @@ -16,14 +16,15 @@
"devops"
],
"peerDependencies": {
"typedoc": ">=0.15.0"
"typedoc": ">=0.16.0"
},
"devDependencies": {
"@types/fs-extra": "^8.0.0",
"@types/node": "^13.9.0",
"fs-extra": "^8.1.0",
"path": "^0.12.7",
"typedoc": "^0.15.0",
"typescript": "^3.5.3"
"typedoc": "^0.16.11",
"typescript": "^3.7.5"
},
"main": "dist/main.js",
"scripts": {
Expand Down

0 comments on commit 3af762d

Please sign in to comment.