Skip to content

Commit

Permalink
feat(package): add lodash.get and lodash.set with @types
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielKucal committed Feb 25, 2018
1 parent ba2a803 commit 451a698
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
28 changes: 28 additions & 0 deletions package-lock.json

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

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@
"dependencies": {
"@types/lodash.isequal": "^4.5.2",
"@types/lodash.merge": "^4.6.3",
"lodash.get": "^4.4.2",
"lodash.isequal": "^4.5.0",
"lodash.merge": "^4.6.0",
"lodash.set": "^4.3.2",
"ts-debug": "^1.1.1",
"tslib": "^1.7.1"
},
Expand All @@ -62,6 +64,8 @@
"@angular/platform-server": "^4.0.0",
"@compodoc/compodoc": "1.0.3",
"@types/jasmine": "2.6.2",
"@types/lodash.get": "^4.4.3",
"@types/lodash.set": "^4.3.3",
"@types/node": "^8.0.47",
"chalk": "2.3.0",
"codelyzer": "4.0.2",
Expand Down

0 comments on commit 451a698

Please sign in to comment.