Skip to content

Commit

Permalink
version increment to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HaidarZ committed Nov 23, 2019
1 parent 06fdec3 commit 7c173d3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"name": "ng-mat-select-infinite-scroll",
"version": "1.1.0",
"version": "1.2.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build ng-mat-select-infinite-scroll",
"develop": "ng build ng-mat-select-infinite-scroll --prod=false --watch",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
"e2e": "ng e2e",
"npm_pack": "cd dist/ng-mat-select-infinite-scroll && npm pack",
"package": "npm run build && npm run npm_pack"
},
"private": false,
"dependencies": {
Expand Down Expand Up @@ -49,5 +51,9 @@
"tsickle": "^0.37.0",
"tslint": "~5.15.0",
"typescript": "~3.5.3"
},
"repository": {
"type": "git",
"url": "https://github.com/HaidarZ/ng-mat-select-infinite-scroll.git"
}
}
2 changes: 1 addition & 1 deletion projects/ng-mat-select-infinite-scroll/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-mat-select-infinite-scroll",
"version": "1.1.0",
"version": "1.2.0",
"description": "Adds missing infinite scroll functionality for the angular material select component",
"author": "Haidar Zeineddine",
"repository": {
Expand Down

0 comments on commit 7c173d3

Please sign in to comment.