Skip to content
This repository has been archived by the owner on Sep 11, 2020. It is now read-only.

Commit

Permalink
add medium-editor to bower dependencies, update bower manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
linkesch committed Mar 15, 2014
1 parent d65addb commit 7f7f543
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 711 deletions.
18 changes: 13 additions & 5 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,28 @@
{
"name": "medium-editor-insert-plugin",
"version": "0.1.2",
"version": "0.1.3",
"description": "jQuery insert plugin for MediumEditor",
"main": "dist/js/medium-editor-insert-plugin.all.min.js",
"main": [
"dist/js/medium-editor-insert-plugin.all.min.js",
"dist/css/medium-editor-insert-plugin.css"
],
"license": "MIT",
"authors": "Pavel linkesch <[email protected]> (http://linkesch.sk)",
"authors": [
"Pavel linkesch <[email protected]> (http://linkesch.sk)"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"test.html",
"examples"
"examples",
"Gruntfile.js",
"package.json"
],
"dependencies": {
"jquery": "1.9.0 - 2.0.3"
"jquery": "1.9.0 - 2.0.3",
"medium-editor": ">=1.4.0"
},
"devDependencies": {
"qunit": ">=1.12.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>medium editor | example</title>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/demo.css">
<link rel="stylesheet" href="js/medium-editor/css/medium-editor.css">
<link rel="stylesheet" href="../bower_components/medium-editor/dist/css/medium-editor.css">
<link rel="stylesheet" href="../dist/css/medium-editor-insert-plugin.css">
</head>
<body>
Expand All @@ -21,7 +21,7 @@
</div>
</div>

<script src="js/medium-editor/js/medium-editor.js"></script>
<script src="../bower_components/medium-editor/dist/js/medium-editor.min.js"></script>
<script src="../bower_components/jquery/jquery.min.js"></script>
<script src="../dist/js/medium-editor-insert-plugin.all.min.js"></script>
<script>
Expand Down
1 change: 0 additions & 1 deletion examples/js/medium-editor/css/medium-editor.css

This file was deleted.

Loading

0 comments on commit 7f7f543

Please sign in to comment.