From 869393b09c3d53220060bbed79d79e796042fd9d 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 faa4a89..f326f05 100644 --- a/package.json +++ b/package.json @@ -50,8 +50,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": { @@ -61,5 +62,8 @@ "engines": { "node": ">= 0.8.0" }, - "scripts": {} + "scripts": { + "lint": "mod-standard", + "posttest": "npm run lint" + } }