Skip to content

Commit

Permalink
chore: Move doc tool to devDependencies (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hongarc authored and amaury1093 committed Sep 16, 2019
1 parent f1309cc commit 2756c7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@
},
"types": "lib/index.d.ts",
"dependencies": {
"electron-positioner": "^4.1.0",
"typedoc": "^0.15.0-0",
"typedoc-plugin-markdown": "^2.0.11"
"electron-positioner": "^4.1.0"
},
"devDependencies": {
"@types/jest": "^24.0.11",
Expand All @@ -55,6 +53,8 @@
"ts-jest": "^24.0.0",
"tslint": "^5.14.0",
"tslint-config-semistandard": "^7.0.0",
"typedoc": "^0.15.0-0",
"typedoc-plugin-markdown": "^2.0.11",
"typedoc-plugin-no-inherit": "^1.1.9",
"typescript": "^3.3.4000"
},
Expand Down

0 comments on commit 2756c7a

Please sign in to comment.