Remove the include of ng2 bootstrap in the html index

pull/10/head
Chocobozzz 2016-05-27 22:04:27 +02:00
parent f0a397ee3d
commit 33f12c7441
2 changed files with 1 additions and 2 deletions

View File

@ -22,8 +22,6 @@
<script src="client/node_modules/webtorrent/webtorrent.min.js"></script>
<script src="client/node_modules/ng2-bootstrap/bundles/ng2-bootstrap.min.js"></script>
<!-- 2. Configure SystemJS -->
<script src="client/systemjs.config.js"></script>
<script>

View File

@ -2,6 +2,7 @@
"rulesDirectory": ["./node_modules/codelyzer"],
"rules": {
"class-name": true,
"no-inferrable-types": true,
"curly": false,
"eofline": true,
"indent": ["spaces"],