Skip to content

Commit

Permalink
Merge pull request #5566 from kwonoj/fix-devdeps
Browse files Browse the repository at this point in the history
build(package): move devdeps properly
  • Loading branch information
kwonoj authored Jul 3, 2020
2 parents fd66c29 + 2ab143f commit 45702bf
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 41 deletions.
102 changes: 63 additions & 39 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@
},
"homepage": "https://github.com/ReactiveX/RxJS",
"dependencies": {
"tslib": "^1.9.0",
"typedoc": "^0.17.6"
"tslib": "^1.9.0"
},
"devDependencies": {
"@angular-devkit/build-optimizer": "0.4.6",
Expand Down Expand Up @@ -146,6 +145,7 @@
"tslint-etc": "1.9.2",
"tslint-no-toplevel-property-access": "0.0.2",
"tslint-no-unused-expression-chai": "0.0.3",
"typedoc": "^0.17.8",
"typescript": "~3.9.2",
"validate-commit-msg": "2.14.0",
"webpack": "^4.31.0"
Expand Down

0 comments on commit 45702bf

Please sign in to comment.