Skip to content

Commit 7638979

Browse files
authored
Merge pull request #20 from simplifiedautomation/prabh/feature/update-package-version
Prabh/feature/update package version
2 parents 3c8f525 + 121304d commit 7638979

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "simplified-ui-library",
3-
"version": "0.0.0",
3+
"version": "0.0.104",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve --open --port 4200",
7-
"build": "ng build",
7+
"build": "ng build --prod",
88
"test": "ng test",
99
"test:ci": "ng test --watch=false --browsers=ChromeHeadlessCustom",
1010
"lint": "ng lint",

projects/simplified-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simplified-ui",
3-
"version": "0.0.103",
3+
"version": "0.0.104",
44
"peerDependencies": {
55
"@angular/animations": "~9.1.9",
66
"@angular/cdk": "9.2.4",

0 commit comments

Comments
 (0)