Skip to content

Commit

Permalink
Add compatibility with component and composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Villette committed Mar 10, 2015
1 parent 84da616 commit aa3c070
Show file tree
Hide file tree
Showing 7 changed files with 75 additions and 15 deletions.
24 changes: 17 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
## Synopsis

Live Demo Here:
http://marcopeg.github.io/MediaTable
What does it do?
Why did we fork this?

## Usage

How to use it?

## Installation

--- IMPORTANT ---
How to install it in a project?

**THIS IS AN OLD REPOSITORY**
I intentionally leave this repository available to remember me how I was coding back in 2011!
Please don't clone or use this repo because is certainly out of date!
## Demo

--- IMPORTANT ---
You can see a live demo [here](http://marcopeg.github.io/MediaTable).

## Contributors

Who are we?

## Licence

Can I use it?
23 changes: 23 additions & 0 deletions component.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "mediatable",
"repository": "FloeDesignTechnologies/MediaTable",
"description": "Responsive table jQuery plugin.",
"keywords": [
"jQuery",
"responsive",
"client",
"browser"
],
"author": "Pierre Villette <villette@floe.ca>",
"version": "0.0.1",
"main": "mediatable.js",
"scripts": [
"mediatable.js"
],
"styles": [
"mediatable.css"
],
"files": [
"index.html"
]
}
33 changes: 33 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"name": "components/mediatable",
"description": "Responsive table jQuery plugin.",
"keywords": [
"jQuery",
"responsive",
"client",
"browser"
],
"type": "component",
"authors": [
{
"name": "Pierre Villette",
"email": "villette@floe.ca"
}
],
"require": {
"robloach/component-installer": "*"
},
"extra": {
"component": {
"scripts": [
"mediatable.js"
],
"styles": [
"mediatable.css"
],
"files": [
"index.html"
]
}
}
}
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@

<!-- MediaTable Plugin -->
<!-- This is all you need to copy in your page! -->
<link rel="stylesheet" href="jquery.mediaTable.css" />
<script src="jquery.mediaTable.js"></script>
<link rel="stylesheet" href="mediatable.css" />
<script src="mediatable.js"></script>



Expand Down
File renamed without changes.
File renamed without changes.
6 changes: 0 additions & 6 deletions respond.min.js

This file was deleted.

0 comments on commit aa3c070

Please sign in to comment.