Skip to content

Commit

Permalink
Remove bower and composer from main repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerwins committed Nov 25, 2017
1 parent 090d507 commit f3b3d92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 45 deletions.
22 changes: 0 additions & 22 deletions bower.json

This file was deleted.

20 changes: 0 additions & 20 deletions composer.json

This file was deleted.

6 changes: 3 additions & 3 deletions test/e2e/html/initialization.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>summernote</title>
<!-- include jquery -->
<script src="../../../bower_components/jquery/dist/jquery.min.js"></script>
<script src="../../../node_modules/jquery/dist/jquery.min.js"></script>

<!-- include libraries BS3 -->
<link rel="stylesheet" href="../../../bower_components/bootstrap/dist/css/bootstrap.min.css" />
<script type="text/javascript" src="../../../bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="../../../node_modules/bootstrap/dist/css/bootstrap.min.css" />
<script type="text/javascript" src="../../../node_modules/bootstrap/dist/js/bootstrap.min.js"></script>

<!-- include summernote -->
<link rel="stylesheet" href="../../../dist/summernote.css">
Expand Down

0 comments on commit f3b3d92

Please sign in to comment.