Skip to content

Commit

Permalink
Add webpack support
Browse files Browse the repository at this point in the history
Added webpack module support.
  • Loading branch information
ssalat committed Mar 14, 2015
1 parent 31bb4be commit 5f89c94
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

'use strict';

module.exports = require('./src');
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"load-grunt-tasks": "~0.1.0",
"time-grunt": "0.x.x"
},
"main": "index.js",
"scripts": {
"build": "npm install && grunt",
"test": "grunt test"
Expand Down
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
exports.iframeResizer = require('./iframeResizer');
exports.iframeResizerContentWindow = require('./iframeResizer.contentWindow');

0 comments on commit 5f89c94

Please sign in to comment.