Skip to content

Commit 0f813fb

Browse files
author
Pradeep Terli
committed
version bump and docs
1 parent da307cc commit 0f813fb

File tree

8 files changed

+313
-132
lines changed

8 files changed

+313
-132
lines changed

docs/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<meta charset="utf-8">
66
<title>Angular2 Multiselect Dropdown - Cuppa Labs</title>
77
<base href="/angular2-multiselect-dropdown/">
8+
89
<meta name="viewport" content="width=device-width, initial-scale=1">
910
<link rel="icon" type="image/x-icon" href="assets/img/coffee11.png">
1011
<meta name="description" content="A multiselect dropdown component for angular applications. Developed in Angular 2, its easy to install and integrate.">

docs/main.js

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

docs/main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/polyfills.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/styles.js

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

docs/styles.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"build-sass": "node-sass --include-path scss src/themes/default.theme.scss dist/angular2-multiselect-dropdown/themes/default.theme.css",
2222
"github-pages": "ng build --aot --base-href /angular2-multiselect-dropdown/"
2323
},
24-
"private": true,
2524
"dependencies": {
2625
"@angular/animations": "^6.1.0",
2726
"@angular/common": "^6.1.0",

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular2-multiselect-dropdown",
3-
"version": "4.0.0",
4-
"description": "Angular 2 and angular 4 multiselect dropdown component.",
3+
"version": "4.1.0",
4+
"description": "Angular 2 and angular 4/6 multiselect dropdown component.",
55
"keywords": [
66
"angular 2 multiselect dropdown",
77
"angular 4 multiselect dropdown",
@@ -12,7 +12,6 @@
1212
"author": "Pradeep Terli",
1313
"scripts": {
1414
},
15-
"private": true,
1615
"dependencies": {
1716
},
1817
"devDependencies": {

0 commit comments

Comments
 (0)