From c11ea26d16640ba5f43608d5bc0af54e286ebe1d Mon Sep 17 00:00:00 2001 From: Stephen Wan Date: Wed, 16 Sep 2015 23:22:04 -0700 Subject: [PATCH] Add style key to package.json Enables usage of npm-based css imports --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index b7eb0b6bd9..bc9a45503d 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "0.6.8", "description": "A Select control built with and for ReactJS", "main": "lib/Select.js", + "style": "dist/default.css", "author": "Jed Watson", "license": "MIT", "repository": {