Skip to content
This repository was archived by the owner on Jul 13, 2022. It is now read-only.

Commit 6988aa7

Browse files
committedJan 8, 2021
chore: 1.0.0-alpha.3 release
1 parent 38c36ca commit 6988aa7

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,6 +1,6 @@
11
{
22
"name": "coreui-icons-angular",
3-
"version": "1.0.0-alpha.2",
3+
"version": "1.0.0-alpha.3",
44
"description": "CoreUI Icons Angular component",
55
"license": "MIT",
66
"homepage": "https://coreui.io",
@@ -27,7 +27,7 @@
2727
"ng": "ng",
2828
"start": "ng serve",
2929
"build": "ng build",
30-
"test": "ng test",
30+
"test": "ng test --watch=false",
3131
"lint": "ng lint",
3232
"link-lib": "cd dist/coreui-icons-angular/ && npm link",
3333
"publish-lib": "cd dist/coreui-icons-angular/ && npm publish --tag next --dry-run",

‎projects/coreui/icons-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/icons-angular",
3-
"version": "1.0.0-alpha.2",
3+
"version": "1.0.0-alpha.3",
44
"description": "CoreUI Icons Angular component and service",
55
"license": "MIT",
66
"homepage": "https://coreui.io",

0 commit comments

Comments
 (0)
This repository has been archived.