Skip to content

Commit

Permalink
Merge pull request #144 from maxisam/hotfix/missing-readme-npm
Browse files Browse the repository at this point in the history
fix: missing readme on npm
  • Loading branch information
maxisam authored Aug 1, 2018
2 parents 9c4bb5e + 3b1fca9 commit 1d5a065
Show file tree
Hide file tree
Showing 3 changed files with 175 additions and 168 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build ngx-clipboard --prod",
"build": "ng build ngx-clipboard --prod && npm run build-copy",
"test": "ng test ngx-clipboard",
"lint": "ng lint ngx-clipboard",
"publish:lib": "npm publish ./dist/ngx-clipboard",
"build-copy": "cpx \"./README.md\" \"./dist/ngx-clipboard\"",
"e2e": "ng e2e"
},
"private": true,
Expand All @@ -24,14 +25,14 @@
"core-js": "^2.5.4",
"rxjs": "^6.0.0",
"zone.js": "^0.8.26",
"ngx-clipboard": "^11.1.0",
"ngx-clipboard": "^11.1.3",
"ngx-window-token": "^1.0.0"
},
"devDependencies": {
"@angular/compiler-cli": "^6.0.0",
"@angular-devkit/build-ng-packagr": "~0.6.1",
"@angular-devkit/build-angular": "~0.6.1",
"ng-packagr": "^3.0.0-rc.2",
"@angular/compiler-cli": "^6.1.0",
"@angular-devkit/build-ng-packagr": "~0.7.2",
"@angular-devkit/build-angular": "~0.7.2",
"ng-packagr": "^3.0.6",
"tsickle": ">=0.25.5",
"tslib": "^1.7.1",
"typescript": "~2.7.2",
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.1",
"version": "11.1.3",
"author": {
"name": "Sam Lin",
"email": "maxisam@gmail.com"
Expand Down
Loading

0 comments on commit 1d5a065

Please sign in to comment.