Skip to content

Commit

Permalink
version bump and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Pradeep Terli committed Nov 11, 2018
1 parent da307cc commit 0f813fb
Show file tree
Hide file tree
Showing 8 changed files with 313 additions and 132 deletions.
1 change: 1 addition & 0 deletions docs/index.html
Expand Up @@ -5,6 +5,7 @@
<meta charset="utf-8">
<title>Angular2 Multiselect Dropdown - Cuppa Labs</title>
<base href="/angular2-multiselect-dropdown/">

<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="assets/img/coffee11.png">
<meta name="description" content="A multiselect dropdown component for angular applications. Developed in Angular 2, its easy to install and integrate.">
Expand Down
428 changes: 305 additions & 123 deletions docs/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/main.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/polyfills.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/styles.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/styles.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion package.json
Expand Up @@ -21,7 +21,6 @@
"build-sass": "node-sass --include-path scss src/themes/default.theme.scss dist/angular2-multiselect-dropdown/themes/default.theme.css",
"github-pages": "ng build --aot --base-href /angular2-multiselect-dropdown/"
},
"private": true,
"dependencies": {
"@angular/animations": "^6.1.0",
"@angular/common": "^6.1.0",
Expand Down
5 changes: 2 additions & 3 deletions projects/angular2-multiselect-dropdown-lib/package.json
@@ -1,7 +1,7 @@
{
"name": "angular2-multiselect-dropdown",
"version": "4.0.0",
"description": "Angular 2 and angular 4 multiselect dropdown component.",
"version": "4.1.0",
"description": "Angular 2 and angular 4/6 multiselect dropdown component.",
"keywords": [
"angular 2 multiselect dropdown",
"angular 4 multiselect dropdown",
Expand All @@ -12,7 +12,6 @@
"author": "Pradeep Terli",
"scripts": {
},
"private": true,
"dependencies": {
},
"devDependencies": {
Expand Down

0 comments on commit 0f813fb

Please sign in to comment.