Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
* origin/master:
  now available on cdnjs
  update for cdnjs
  Update bower.json
  Update package.json
  Update package.json
  • Loading branch information
mkoryak committed Mar 6, 2014
2 parents f56b239 + eed6581 commit a4acecb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,23 @@ Feedback needed on planned features

See: [https://github.com/mkoryak/floatThead/issues/30](https://github.com/mkoryak/floatThead/issues/30)

Install:
Download / Install:
--------

#### Via Bower

Install using [Bower](http://bower.io/):

```bash
bower install floatThead
```

#### CDN Hosted

[http://cdnjs.com/libraries/floatthead/](http://cdnjs.com/libraries/floatthead/)


or download:
#### Download

- [development version](https://raw.github.com/mkoryak/floatThead/master/dist/jquery.floatThead.js)
- [production version](https://raw.github.com/mkoryak/floatThead/master/dist/jquery.floatThead.min.js)
Expand Down
3 changes: 1 addition & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"USED_BY.md"
],
"dependencies": {
"jquery": ">= 1.9.0",
"underscore": ">= 1.3.0"
"jquery": ">= 1.9.0"
}
}
11 changes: 3 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@
"name": "floatthead",
"version": "1.2.4",
"description": "locking table headers without special css",
"main": "jquery.floatThead.js",
"filename": "jquery.floatThead.js",
"dependencies": {},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/mkoryak/floatThead.git"
Expand All @@ -24,13 +21,11 @@
],
"author": "Misha Koryak",
"license": "CC BY-SA 4.0",
"bugs": {
"url": "https://github.com/mkoryak/floatThead/issues"
},
"bugs": "https://github.com/mkoryak/floatThead/issues",
"homepage": "https://github.com/mkoryak/floatThead",
"npmName": "floatthead",
"npmFileMap": [{
"basePath": "/",
"basePath": "/dist/",
"files": [
"*.js"
]
Expand Down

0 comments on commit a4acecb

Please sign in to comment.