From bda5c7f618d371a2b95243882bdcf4ae3335bf85 Mon Sep 17 00:00:00 2001 From: John Gardner Date: Mon, 20 Nov 2017 10:36:50 -0600 Subject: [PATCH] 1.2.1 --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b3647d4..0aa1112 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "steal-less", - "version": "1.2.0", + "version": "1.2.1", "description": "less plugin for StealJS", "main": "less.js", "scripts": { @@ -80,9 +80,10 @@ "ignore": "node_modules/**/*" }, "readme": { - "apis": ["steal-less"] + "apis": [ + "steal-less" + ] }, "parent": "steal-less" } - }