Skip to content

Commit 7c173d3

Browse files
committed
version increment to 1.2.0
1 parent 06fdec3 commit 7c173d3

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

package.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
{
22
"name": "ng-mat-select-infinite-scroll",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
77
"build": "ng build ng-mat-select-infinite-scroll",
88
"develop": "ng build ng-mat-select-infinite-scroll --prod=false --watch",
99
"test": "ng test",
1010
"lint": "ng lint",
11-
"e2e": "ng e2e"
11+
"e2e": "ng e2e",
12+
"npm_pack": "cd dist/ng-mat-select-infinite-scroll && npm pack",
13+
"package": "npm run build && npm run npm_pack"
1214
},
1315
"private": false,
1416
"dependencies": {
@@ -49,5 +51,9 @@
4951
"tsickle": "^0.37.0",
5052
"tslint": "~5.15.0",
5153
"typescript": "~3.5.3"
54+
},
55+
"repository": {
56+
"type": "git",
57+
"url": "https://github.com/HaidarZ/ng-mat-select-infinite-scroll.git"
5258
}
5359
}

projects/ng-mat-select-infinite-scroll/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-mat-select-infinite-scroll",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Adds missing infinite scroll functionality for the angular material select component",
55
"author": "Haidar Zeineddine",
66
"repository": {

0 commit comments

Comments
 (0)