Skip to content

Commit fbbdc67

Browse files
committed
Ship: v2.2.1
1 parent e0df9b5 commit fbbdc67

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/coreui-free-angular-admin-template",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "CoreUI Free Angular 2+ Admin Template",
55
"author": {
66
"name": "Łukasz Holeczek",
@@ -20,7 +20,7 @@
2020
"scripts": {
2121
"ng": "ng",
2222
"start": "ng serve",
23-
"build": "ng build",
23+
"build": "ng build --prod --aot --buildOptimizer --commonChunk --vendorChunk --optimization --progress",
2424
"test": "ng test",
2525
"lint": "ng lint",
2626
"e2e": "ng e2e"

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
* CoreUI - Free Angular Admin Template
3-
* @version v2.0.0
3+
* @version v2.2.1
44
* @link https://coreui.io/angular/
55
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
66
* Licensed under MIT (https://coreui.io/license)

0 commit comments

Comments
 (0)