Skip to content

Commit

Permalink
chore: version update (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxisam authored Jun 12, 2019
1 parent 6e9e375 commit 3e0521f
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 61 deletions.
120 changes: 60 additions & 60 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,62 +1,62 @@
{
"name": "library-host",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build ngx-clipboard --prod && npm run build-copy",
"test": "ng test ngx-clipboard",
"lint": "ng lint ngx-clipboard",
"publish:lib": "yarn publish ./dist/lib",
"publish:lib:next": "yarn publish ./dist/lib --tag next",
"build-copy": "cpx \"./README.md\" \"./dist/lib\"",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "~8.0.0",
"@angular/common": "~8.0.0",
"@angular/compiler": "~8.0.0",
"@angular/core": "~8.0.0",
"@angular/forms": "~8.0.0",
"@angular/platform-browser": "~8.0.0",
"@angular/platform-browser-dynamic": "~8.0.0",
"@angular/router": "~8.0.0",
"core-js": "^2.5.4",
"rxjs": "~6.5.2",
"tslib": "^1.9.0",
"zone.js": "~0.9.1",
"ngx-clipboard": "12.0.0-beta.1",
"ngx-window-token": "2.0.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.800.2",
"@angular-devkit/build-ng-packagr": "~0.800.2",
"@angular/cli": "~8.0.2",
"@angular/compiler-cli": "~8.0.0",
"@angular/language-service": "~8.0.0",
"@types/node": "~8.9.4",
"@types/jasmine": "~2.8.8",
"@types/jasminewd2": "~2.0.3",
"codelyzer": "~4.5.0",
"jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~4.0.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~1.1.2",
"karma-jasmine-html-reporter": "^0.2.2",
"ng-packagr": "^5.3.0",
"protractor": "~5.4.0",
"ts-node": "~7.0.0",
"tsickle": ">=0.34.0",
"tslib": "^1.9.0",
"tslint": "~5.11.0",
"typescript": "~3.4.5",
"@webcomponents/custom-elements": "^1.2.1",
"@clr/ui": "^0.13.6",
"@clr/angular": "^0.13.6",
"@clr/icons": "^0.13.6",
"cpx": "^1.5.0"
}
"name": "library-host",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build ngx-clipboard --prod && npm run build-copy",
"test": "ng test ngx-clipboard",
"lint": "ng lint ngx-clipboard",
"publish:lib": "yarn publish ./dist/lib",
"publish:lib:next": "yarn publish ./dist/lib --tag next",
"build-copy": "cpx \"./README.md\" \"./dist/lib\"",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "~8.0.0",
"@angular/common": "~8.0.0",
"@angular/compiler": "~8.0.0",
"@angular/core": "~8.0.0",
"@angular/forms": "~8.0.0",
"@angular/platform-browser": "~8.0.0",
"@angular/platform-browser-dynamic": "~8.0.0",
"@angular/router": "~8.0.0",
"core-js": "^2.5.4",
"ngx-clipboard": "12.1.1",
"ngx-window-token": "2.0.1",
"rxjs": "~6.5.2",
"tslib": "^1.9.0",
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.800.2",
"@angular-devkit/build-ng-packagr": "~0.800.2",
"@angular/cli": "~8.0.2",
"@angular/compiler-cli": "~8.0.0",
"@angular/language-service": "~8.0.0",
"@types/node": "~8.9.4",
"@types/jasmine": "~2.8.8",
"@types/jasminewd2": "~2.0.3",
"codelyzer": "~4.5.0",
"jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~4.0.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~1.1.2",
"karma-jasmine-html-reporter": "^0.2.2",
"ng-packagr": "^5.3.0",
"protractor": "~5.4.0",
"ts-node": "~7.0.0",
"tsickle": ">=0.34.0",
"tslib": "^1.9.0",
"tslint": "~5.11.0",
"typescript": "~3.4.5",
"@webcomponents/custom-elements": "^1.2.1",
"@clr/ui": "^0.13.6",
"@clr/angular": "^0.13.6",
"@clr/icons": "^0.13.6",
"cpx": "^1.5.0"
}
}
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": "12.1.0",
"version": "12.1.1",
"author": {
"name": "Sam Lin",
"email": "[email protected]"
Expand Down

0 comments on commit 3e0521f

Please sign in to comment.