Skip to content

Commit 91fdb12

Browse files
committed
Change bower and npm configs
1 parent 5170917 commit 91fdb12

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

bower.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "simplemde",
33
"version": "1.11.2",
4-
"homepage": "https://github.com/NextStepWebs/simplemde-markdown-editor",
4+
"homepage": "https://github.com/clockwork-it/simplemde-markdown-editor-mention",
55
"authors": [
6-
"Wes Cossick <https://wescossick.com>"
6+
"Wes Cossick <https://wescossick.com>",
7+
"Andreas Eckersperger <andreas.eckersperger@clockwork-it.de>"
78
],
8-
"description": "A simple, beautiful, and embeddable JavaScript Markdown editor.",
9+
"description": "A simple, beautiful, and embeddable JavaScript Markdown editor with mention support.",
910
"main": ["src/js/simplemde.js", "src/css/simplemde.css"],
1011
"keywords": [
1112
"embeddable",

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
22
"name": "simplemde",
33
"version": "1.11.2",
4-
"description": "A simple, beautiful, and embeddable JavaScript Markdown editor. Features autosaving and spell checking.",
4+
"description": "A simple, beautiful, and embeddable JavaScript Markdown editor. Features autosaving, mention support and spell checking. Based on https://github.com/sparksuite/simplemde-markdown-editor.",
55
"keywords": [
66
"embeddable",
77
"markdown",
88
"editor",
99
"javascript",
1010
"wysiwyg"
1111
],
12-
"homepage": "https://github.com/NextStepWebs/simplemde-markdown-editor",
12+
"homepage": "https://github.com/clockwork-it/simplemde-markdown-editor-mention",
1313
"main": "./src/js/simplemde.js",
1414
"license": "MIT",
15-
"company": "Next Step Webs, Inc.",
15+
"company": "Clockwork IT GmbH",
1616
"author": {
17-
"name": "Wes Cossick",
18-
"url": "http://www.WesCossick.com"
17+
"name": "Andreas Eckersperger",
18+
"url": "https://www.clockwork-it.de"
1919
},
2020
"bugs": {
21-
"url": "https://github.com/NextStepWebs/simplemde-markdown-editor/issues"
21+
"url": "https://github.com/clockwork-it/simplemde-markdown-editor-mention/issues"
2222
},
2323
"dependencies": {
2424
"codemirror": "*",
@@ -43,6 +43,6 @@
4343
},
4444
"repository": {
4545
"type": "git",
46-
"url": "https://github.com/NextStepWebs/simplemde-markdown-editor"
46+
"url": "https://github.com/clockwork-it/simplemde-markdown-editor-mention"
4747
}
4848
}

0 commit comments

Comments
 (0)