Skip to content

Commit a602246

Browse files
author
Pradeep Terli
committed
angular version 14 upgrade
1 parent e1896dd commit a602246

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html><html lang="en"><head>
22
<meta charset="utf-8">
33
<title>Angular Multiselect Dropdown | Cuppa Labs</title>
4-
<base href="/">
4+
<base href="/angular2-multiselect-dropdown/">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<link rel="icon" type="image/x-icon" href="/angular2-multiselect-dropdown/assets/img/coffee11.png">
77
<link rel="manifest" href="manifest.webmanifest">

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular2-multiselect-dropdown",
3-
"version": "5.0.4",
3+
"version": "6.0.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
@@ -10,7 +10,7 @@
1010
"e2e": "ng e2e",
1111
"build-sass": "node-sass --include-path scss projects/angular2-multiselect-dropdown-lib/themes/default.theme.scss projects/angular2-multiselect-dropdown-lib/themes/default.theme.css",
1212
"build-package": "npm run build-sass && ng-packagr -p projects/angular2-multiselect-dropdown-lib/package.json",
13-
"github-pages": "ng build --prod --base-href /angular2-multiselect-dropdown/"
13+
"github-pages": "ng build --base-href /angular2-multiselect-dropdown/"
1414
},
1515
"private": true,
1616
"dependencies": {

projects/angular2-multiselect-dropdown-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../../node_modules/ng-packagr/package.schema.json",
33
"name":"angular2-multiselect-dropdown",
4-
"version":"5.0.4",
4+
"version":"6.0.0",
55
"license": "MIT",
66
"author": "Pradeep Terli",
77
"description": "Angular Multiselct dropdown component library for Angular version 11, 10, 9,8,6,4 ",

0 commit comments

Comments
 (0)