Skip to content

Commit

Permalink
Added bower spec
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyjb committed Mar 28, 2016
1 parent 0055a88 commit f657538
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 12 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
<a href="http://getcontenttools.com"><img width="728" src="http://getcontenttools.com/images/github-splash.png" alt="Demo"></a>

## Install

**Using bower**

```
bower install --save ContentTools
```

## Building
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):
```
Expand Down
28 changes: 19 additions & 9 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,28 @@
"build/images/drop-vert-below.svg",
"build/images/video.svg"
],
"authors": [
{
"name": "Anthony Blackshaw",
"email": "[email protected]",
"url": "https://github.com/anthonyjb"
}
],
"license": "MIT",
"keywords": [
"WYSIWYG",
"Inline",
"Content",
"Editor"
"wysiwyg",
"inline",
"html",
"editor"
],
"author": {
"name": "Anthony Blackshaw",
"email": "[email protected]",
"url": "https://github.com/anthonyjb"
"homepage": "http://getcontenttools.com/api/content-tools",
"repository": {
"type": "git",
"url": "git@github.com:GetmeUK/ContentTools.git"
},
"license": "MIT",
"moduleType": [
"globals"
],
"ignore": [
"**/.*",
"node_modules",
Expand Down
2 changes: 1 addition & 1 deletion build/content-tools.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/content-tools.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ContentTools",
"version": "0.1.0",
"version": "1.2.1",
"author": {
"name": "Anthony Blackshaw",
"email": "[email protected]",
Expand Down

0 comments on commit f657538

Please sign in to comment.