Skip to content

Commit

Permalink
Added index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
marcj committed Jul 1, 2015
1 parent 268a160 commit 6fbaa67
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "css-element-queries",
"version": "0.2.1",
"version": "0.3.0",
"main": [
"./src/ElementQueries.js",
"./src/ResizeSensor.js"
Expand Down
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
require('./src/ResizeSensor');
require('./src/ElementQueries');
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "css-element-queries",
"version": "0.2.1",
"version": "0.3.0",
"description": "CSS-Element-Queries Polyfill. proof-of-concept for high-speed element dimension/media queries in valid css.",
"main": "src/ElementQueries.js",
"main": "index.js",
"directories": {
"test": "test"
},
Expand Down

0 comments on commit 6fbaa67

Please sign in to comment.