Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 committed Mar 2, 2021
1 parent 879801b commit 2e04e50
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "hdg",
"version": "1.0.0-beta.85",
"version": "1.0.0",
"description": "An API documentation generator CLI",
"main": "index.js",
"bin": "index.js",
"bin": {
"hdg": "index.js"
},
"scripts": {
"lint": "prettier-standard index.js test/{*,/**/*}.js src/{*,/**/*}.js",
"lint:check": "prettier-standard index.js test/{*,/**/*}.js src/{*,/**/*}.js --check",
Expand Down

0 comments on commit 2e04e50

Please sign in to comment.