Skip to content

Commit

Permalink
Removed unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
RinMinase committed Apr 9, 2020
1 parent 2ad85c3 commit c734cd8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"@angular/compiler-cli": "^9.1.1",
"@angular/core": "^9.1.1",
"@types/lodash-es": "^4.17.3",
"@types/node": "^13.11.1",
"bestzip": "^2.1.5",
"ng-packagr": "^9.1.0",
"release-it": "^13.5.2",
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"experimentalDecorators": true,
"importHelpers": true,
"typeRoots": [ "node_modules/@types" ],
"types": [ "node" ],
"lib": [ "dom", "es2018" ]
},
"angularCompilerOptions": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.149.tgz#1342d63d948c6062838fbf961012f74d4e638440"
integrity sha512-ijGqzZt/b7BfzcK9vTrS6MFljQRPn5BFWOx8oE0GYxribu6uV+aA9zZuXI1zc/etK9E8nrgdoF2+LgUw7+9tJQ==

"@types/node@*", "@types/node@>= 8", "@types/node@^13.11.1":
"@types/node@*", "@types/node@>= 8":
version "13.11.1"
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.11.1.tgz#49a2a83df9d26daacead30d0ccc8762b128d53c7"
integrity sha512-eWQGP3qtxwL8FGneRrC5DwrJLGN4/dH1clNTuLfN81HCrxVtxRjygDTUoZJ5ASlDEeo0ppYFQjQIlXhtXpOn6g==
Expand Down

0 comments on commit c734cd8

Please sign in to comment.