Skip to content

Commit

Permalink
Change project description and bump to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
citkane committed Aug 5, 2022
1 parent 9819dba commit 908f137
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 44 deletions.
47 changes: 5 additions & 42 deletions package-lock.json

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

9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "typedoc-plugin-versions",
"version": "0.0.2",
"description": "Provides typedoc versioning with a dropdown selector",
"version": "0.0.3",
"description": "It keeps track of your document builds and provides a select menu for versions",
"main": "src/index",
"scripts": {
"test": "nyc mocha",
Expand All @@ -13,6 +13,11 @@
"type": "git",
"url": "git+https://github.com/citkane/typedoc-plugin-versions.git"
},
"homepage": "https://github.com/citkane/typedoc-plugin-versions#readme",
"engines": {
"npm": ">=6.0.0",
"node": ">=14.0.0"
},
"keywords": [
"typedoc",
"plugin",
Expand Down

0 comments on commit 908f137

Please sign in to comment.