From c81265e7cd0e85620014671b2bdd922c07fc617f Mon Sep 17 00:00:00 2001 From: duongnhu Date: Thu, 26 Feb 2015 00:17:52 +1100 Subject: [PATCH] typ in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 91bfa5a..0ce210b 100755 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "gulp-more-less", "version": "0.0.5", "description": "More-Css and Less plugin for gulp", - "main": "index.js",:q + "main": "index.js", "scripts": { "test": "cd test && gulp" },