From 87a79dee7fd8f7638d6bc39d9927b51d09486e5e Mon Sep 17 00:00:00 2001 From: Matt Carter Date: Tue, 19 Apr 2016 12:15:16 +1000 Subject: [PATCH] Fix missing "style" directive within package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index a590c91..0a468a6 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "0.1.1", "description": "iOS 7 style switch directive for AngularJS", "main": "angular-ui-switch.js", + "style": "angular-ui-switch.css", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" },