Skip to content

Commit d17e344

Browse files
author
lo kesh
committed
build(package.json): Added upver config
1 parent c278bd6 commit d17e344

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,8 @@
108108
"webpack-angular-externals": "^1.0.2",
109109
"webpack-rxjs-externals": "^1.0.0",
110110
"zone.js": "^0.8.10"
111+
},
112+
"config": {
113+
"upver": "upver.yml"
111114
}
112115
}

upver.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- file: upver.yml
2+
search: '"version": (".+")'
3+
replacement: '"version": "<@VERSION@>"'

0 commit comments

Comments
 (0)