From 0b48458a3ee370bc9031d6dbce1938381b5f4573 Mon Sep 17 00:00:00 2001 From: carloluis Date: Thu, 10 May 2018 23:57:17 -0300 Subject: [PATCH] update package json style(s) field --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fae4b5b..30c0b70 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.9.1", "description": "react-simple-suggestor", "main": "dist/ssuggestor.js", - "style": "dist/styles.css", + "styles": "dist/styles.css", "scripts": { "test": "jest", "test:snapshot": "jest -u",