From 3dbf2aac5b3edfa063a562f8080174d41155acfc Mon Sep 17 00:00:00 2001 From: Alec Rust Date: Fri, 27 Oct 2017 14:46:24 +0100 Subject: [PATCH] Add support for JS bundling --- index.js | 1 + package.json | 1 + 2 files changed, 2 insertions(+) create mode 100644 index.js diff --git a/index.js b/index.js new file mode 100644 index 0000000..8009104 --- /dev/null +++ b/index.js @@ -0,0 +1 @@ +require('./lib/button.css'); diff --git a/package.json b/package.json index 5e61fee..ccad8f8 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "author": "Nicolas Gallagher", "files": [ "index.css", + "index.js", "lib" ], "style": "index.css",