Skip to content

Commit b2f18e8

Browse files
committed
feat(*): remove bootstrap dependency
1 parent 71fbde2 commit b2f18e8

File tree

5 files changed

+4
-13
lines changed

5 files changed

+4
-13
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![Code Climate Issues][badge-code-climate-issues-img]][badge-code-climate-issues-lnk]
99
[![License][badge-license-img]][badge-license-lnk]
1010

11-
AngularJS component to manage tags in input with dropdown selector themed with Bootstrap
11+
AngularJS component to manage tags in input with dropdown selector with no-dependencies
1212

1313
### TL;DR
1414

@@ -22,7 +22,6 @@ AngularJS component to manage tags in input with dropdown selector themed with B
2222

2323
Features:
2424
- Easy AngularJS 1.5+ Component
25-
- Bootstrap design ready
2625
- Multi-level dropdown selection
2726
- Minimum CSS applied. Use your own !
2827

docs/_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
theme: jekyll-theme-slate
22
title: AngularJS Input Tags
3-
description: AngularJS component to manage tags in input with dropdown selector themed with Bootstrap
3+
description: AngularJS component to manage tags in input with dropdown selector
44

55
show_downloads: true
6-
google_analytics: UA-99226656-1
6+
google_analytics: UA-99226656-1

package-lock.json

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

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
"test-watch": "karma start --auto-watch --no-single-run"
3131
},
3232
"dependencies": {
33-
"angular": ">=1.6.0",
34-
"bootstrap": ">=3.3.0"
33+
"angular": ">=1.6.0"
3534
},
3635
"devDependencies": {
3736
"angular-mocks": "^1.6.4",

src/dev-server.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ import angular from 'angular';
22

33
import './input-tags.component';
44

5-
import 'bootstrap/dist/css/bootstrap.css';
6-
75
angular.module('dev-server', ['angularjs-input-tags'])
86
.component('devServer', {
97
template: `

0 commit comments

Comments
 (0)