Skip to content

Commit b095a15

Browse files
committed
Getting ready for external packages
1 parent 587a8fb commit b095a15

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

example/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link rel="stylesheet" href="../node_modules/font-awesome/css/font-awesome.min.css">
88
<link rel="stylesheet" href="../node_modules/bootstrap-markdown/css/bootstrap-markdown.min.css">
99
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.5.0/styles/tomorrow.min.css">
10-
<link rel="stylesheet" href="../styles/style.css">
10+
<link rel="stylesheet" href="../styles/angular-markdown-editor.css">
1111

1212
<!-- external librairies CDN -->
1313
<script type="text/javascript" src="../node_modules/jquery/dist/jquery.min.js"></script>

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
{
22
"name": "angular-markdown-editor",
33
"version": "1.0.0",
4+
"author": "Ghislain B.",
45
"description": "Angular Markdown Editor, all-in-one Markdown Editor and Preview",
56
"main": "app.js",
67
"scripts": {
78
"test": "echo \"Error: no test specified\" && exit 1"
89
},
910
"keywords": [
1011
"markdown",
11-
"angular",
12-
"bootstrap-markdown"
12+
"bootstrap-markdown",
13+
"angular-markdown-editor"
1314
],
14-
"author": "Ghislain B.",
15-
"license": "MIT",
1615
"dependencies": {
1716
"angular-highlightjs": "^0.6.1",
1817
"angular-marked": "^1.2.2",
@@ -25,5 +24,7 @@
2524
},
2625
"devDependencies": {
2726
"font-awesome": "^4.6.3"
28-
}
27+
},
28+
"license": "MIT",
29+
"homepage": "https://github.com/ghiscoding/angular-markdown-editor"
2930
}
File renamed without changes.

0 commit comments

Comments
 (0)