Skip to content

Commit 1ef954d

Browse files
committed
Correct jsdoc dependency type
1 parent 11f8448 commit 1ef954d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
8-
- Nothing yet
8+
### Fixed
9+
- Moved `jsdoc` from `dependencies` to `devDependencies`
910

1011
## [3.0.1] 2018-09-20
1112
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
},
4646
"homepage": "https://github.com/HopefulLlama/UnitTestSCAD#readme",
4747
"dependencies": {
48-
"jsdoc": "^3.5.5",
4948
"xml2js": "^0.4.17"
5049
},
5150
"devDependencies": {
@@ -54,6 +53,7 @@
5453
"github-api": "^3.0.0",
5554
"husky": "^0.14.3",
5655
"jasmine": "^3.2.0",
56+
"jsdoc": "^3.5.5",
5757
"lint-staged": "^7.2.2",
5858
"llama-rlsr": "0.0.6",
5959
"llama-rlsr-keep-a-changelog": "0.0.4",

0 commit comments

Comments
 (0)