Skip to content

Commit

Permalink
Add support for JS bundling
Browse files Browse the repository at this point in the history
AlecRust committed Oct 27, 2017
1 parent 3858316 commit 3dbf2aa
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require('./lib/button.css');
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -15,6 +15,7 @@
"author": "Nicolas Gallagher",
"files": [
"index.css",
"index.js",
"lib"
],
"style": "index.css",

0 comments on commit 3dbf2aa

Please sign in to comment.