Skip to content

Commit

Permalink
Fix version.
Browse files Browse the repository at this point in the history
  • Loading branch information
WinUP committed May 16, 2018
1 parent f03a693 commit 0b89537
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 78 deletions.
142 changes: 71 additions & 71 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dlcs/provider-angular-http",
"version": "1.2.0",
"version": "1.2.1",
"description": "Angular 6+ HttpClient provider for Deus Legem Creation System",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -20,15 +20,15 @@
},
"homepage": "https://github.com/WinUP/dlcs-provider-angular-http#readme",
"devDependencies": {
"tslint": "5.9.1",
"tslint": "5.10.0",
"typescript": "2.8.3"
},
"dependencies": {
"@angular/common": ">=6.0.0",
"@angular/core": ">=6.0.0",
"@dlcs/core": "~1.2.0",
"@dlcs/tools": "~1.2.1",
"rxjs": ">=6.0.0"
"@angular/common": "^6.0.2",
"@angular/core": "^6.0.2",
"@dlcs/core": "^1.2.0",
"@dlcs/tools": "^1.2.2",
"rxjs": "^6.1.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 0b89537

Please sign in to comment.