Skip to content

Commit

Permalink
chore(package): update ts-debug and @types/node
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielKucal committed Nov 28, 2018
1 parent a7d8536 commit 7f98a88
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"private": true,
"version": "2.0.0",
"description": "Angular decorators to automagically keep variables in HTML5 LocalStorage, SessionStorage, cookies; injectable services for managing and listening to data changes and a bit more.",
"main": "./ngx-store.js",
"main for angular5": "./bundles/ngx-store.umd.js",
"main": "./bundles/ngx-store.umd.js",
"module": "./esm5/ngx-store.js",
"es2015": "./esm2015/ngx-store.js",
"scripts": {
Expand Down Expand Up @@ -44,7 +43,7 @@
"lodash.isequal": "^4.5.0",
"lodash.merge": "^4.6.1",
"lodash.set": "^4.3.2",
"ts-debug": "^1.2.0",
"ts-debug": "^1.3.0",
"tslib": "^1.9.3"
},
"peerDependencies": {
Expand All @@ -64,7 +63,7 @@
"@types/lodash.isequal": "^4.5.3",
"@types/lodash.merge": "^4.6.4",
"@types/lodash.set": "^4.3.4",
"@types/node": "10.11.6",
"@types/node": "^10.12.10",
"chalk": "2.3.0",
"codelyzer": "4.5.0",
"core-js": "2.5.7",
Expand Down

0 comments on commit 7f98a88

Please sign in to comment.