Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
maxisam committed Aug 30, 2018
1 parent 33dd83a commit d2f24f1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,27 +14,27 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^6.1.4",
"@angular/common": "^6.1.4",
"@angular/compiler": "^6.1.4",
"@angular/core": "^6.1.4",
"@angular/forms": "^6.1.4",
"@angular/http": "^6.1.4",
"@angular/platform-browser": "^6.1.4",
"@angular/platform-browser-dynamic": "^6.1.4",
"@angular/router": "^6.1.4",
"@angular/animations": "^6.1.6",
"@angular/common": "^6.1.6",
"@angular/compiler": "^6.1.6",
"@angular/core": "^6.1.6",
"@angular/forms": "^6.1.6",
"@angular/http": "^6.1.6",
"@angular/platform-browser": "^6.1.6",
"@angular/platform-browser-dynamic": "^6.1.6",
"@angular/router": "^6.1.6",
"core-js": "^2.5.7",
"rxjs": "^6.2.2",
"zone.js": "~0.8.26",
"ngx-clipboard": "^11.1.3",
"ngx-clipboard": "^11.1.6",
"ngx-window-token": "^1.0.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.7.5",
"@angular-devkit/build-ng-packagr": "~0.7.5",
"@angular/cli": "~6.1.5",
"@angular/compiler-cli": "^6.1.4",
"@angular/language-service": "^6.1.4",
"@angular/compiler-cli": "^6.1.6",
"@angular/language-service": "^6.1.6",
"@types/jasmine": "~2.8.8",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~8.9.4",
Expand All @@ -54,7 +54,7 @@
"protractor": "~5.3.0",
"ts-node": "~5.0.1",
"tsickle": ">=0.29.0",
"tslib": "^1.9.0",
"tslib": "^1.9.3",
"tslint": "~5.11.0",
"typescript": "~2.9.2",
"cpx": "^1.5.0"
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-clipboard/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-clipboard",
"description": "angular 2 clipboard",
"version": "11.1.5",
"version": "11.1.6",
"author": {
"name": "Sam Lin",
"email": "[email protected]"
Expand Down

0 comments on commit d2f24f1

Please sign in to comment.