Skip to content

Commit f657538

Browse files
committed
Added bower spec
1 parent 0055a88 commit f657538

File tree

5 files changed

+30
-12
lines changed

5 files changed

+30
-12
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@
77
88
<a href="http://getcontenttools.com"><img width="728" src="http://getcontenttools.com/images/github-splash.png" alt="Demo"></a>
99

10+
## Install
11+
12+
**Using bower**
13+
14+
```
15+
bower install --save ContentTools
16+
```
17+
1018
## Building
1119
To build the library you'll need to use Grunt. First install the required node modules ([grunt-cli](http://gruntjs.com/getting-started) must be installed):
1220
```

bower.json

+19-9
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,28 @@
1010
"build/images/drop-vert-below.svg",
1111
"build/images/video.svg"
1212
],
13+
"authors": [
14+
{
15+
"name": "Anthony Blackshaw",
16+
"email": "[email protected]",
17+
"url": "https://github.com/anthonyjb"
18+
}
19+
],
20+
"license": "MIT",
1321
"keywords": [
14-
"WYSIWYG",
15-
"Inline",
16-
"Content",
17-
"Editor"
22+
"wysiwyg",
23+
"inline",
24+
"html",
25+
"editor"
1826
],
19-
"author": {
20-
"name": "Anthony Blackshaw",
21-
"email": "[email protected]",
22-
"url": "https://github.com/anthonyjb"
27+
"homepage": "http://getcontenttools.com/api/content-tools",
28+
"repository": {
29+
"type": "git",
30+
"url": "git@github.com:GetmeUK/ContentTools.git"
2331
},
24-
"license": "MIT",
32+
"moduleType": [
33+
"globals"
34+
],
2535
"ignore": [
2636
"**/.*",
2737
"node_modules",

build/content-tools.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/content-tools.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ContentTools",
3-
"version": "0.1.0",
3+
"version": "1.2.1",
44
"author": {
55
"name": "Anthony Blackshaw",
66
"email": "[email protected]",

0 commit comments

Comments
 (0)