From 52410e597f7af89ee053a2931bb070c00e345799 Mon Sep 17 00:00:00 2001 From: Dave Batiste Date: Wed, 3 Jun 2015 15:12:08 -0400 Subject: [PATCH] Renaming scripts. --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 243a5ff..63d6fa4 100644 --- a/package.json +++ b/package.json @@ -3,13 +3,13 @@ "version": "0.1.0", "description": "Mixins and CSS for positioning elements offscreen", "scripts": { - "clean": "rimraf offscreen.css && rimraf offscreen-less.css", - "lint:css": "csslint offscreen.css", + "clean": "rimraf *.css", "prebuild": "npm run clean", - "build:less": "lessc offscreen.css.less > offscreen-less.css", - "build:sass": "node-sass --output-style expanded offscreen.css.scss offscreen.css", - "build": "npm run build:sass && npm run build:less", - "postbuild": "npm run lint:css" + "build": "npm run build:sass:css && npm run build:less:css", + "build:less:css": "lessc offscreen.css.less > offscreen-less.css", + "postbuild:less:css": "csslint offscreen-less.css", + "build:sass:css": "node-sass --output-style expanded offscreen.css.scss offscreen.css", + "postbuild:sass:css": "csslint offscreen.css" }, "repository": { "type": "git",