From e4967c1158fa1817e42fbfdc9d8bd1a5e165b17f Mon Sep 17 00:00:00 2001 From: "Tara Z. Manicsic" Date: Thu, 11 Feb 2016 11:46:36 -0500 Subject: [PATCH] Add `lint` script & `modulus/standard` to the CLI. issue #71 --- package.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 15fc76e..4d99ab5 100644 --- a/package.json +++ b/package.json @@ -51,8 +51,9 @@ "zip-stream": "0.5.1" }, "devDependencies": { - "mocha": "1.5.x", - "express": "3.0.x" + "@modulus/standard": "0.4.x", + "express": "3.0.x", + "mocha": "1.5.x" }, "main": "./lib/modulus", "bin": { @@ -62,5 +63,8 @@ "engines": { "node": ">= 0.8.0" }, - "scripts": {} + "scripts": { + "lint": "mod-standard", + "posttest": "npm run lint" + } }