Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Renaming scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbatiste committed Jun 3, 2015
1 parent aa34ec6 commit 52410e5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 52410e5

Please sign in to comment.