Skip to content

Commit c13b99d

Browse files
committed
Publish as bower component
Fixes #217
1 parent cfffece commit c13b99d

File tree

2 files changed

+29
-3
lines changed

2 files changed

+29
-3
lines changed

bower.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "alloyeditor",
3+
"version": "0.3.1",
4+
"homepage": "http://alloyeditor.com",
5+
"authors": [
6+
"Iliyan Peychev <iliyan.peychev@gmail.com>"
7+
],
8+
"description": "AlloyEditor, a modern WYSIWYG editor, build on top of CKEditor",
9+
"main": [
10+
"dist/alloy-editor/assets/alloy-editor-ocean-min.css",
11+
"dist/alloy-editor/alloy-editor-all-min.js"
12+
],
13+
"keywords": [
14+
"WYSIWYG",
15+
"editor",
16+
"React"
17+
],
18+
"license": "GNU LGPL",
19+
"ignore": [
20+
"**/.*",
21+
"node_modules",
22+
"bower_components",
23+
"test",
24+
"tests"
25+
]
26+
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "alloy-editor",
3-
"version": "0.3.0",
4-
"description": "Alloy Editor, a modern WYSIWYG editor, build on top of CKEditor",
5-
"dependencies": {
3+
"version": "0.3.1",
4+
"description": "AlloyEditor, a modern WYSIWYG editor, build on top of CKEditor",
5+
"devDependencies": {
66
"bourbon": "https://github.com/thoughtbot/bourbon/tarball/master",
77
"chai": "^2.3.0",
88
"del": "^1.2.0",

0 commit comments

Comments
 (0)