From fa2f8c1a051a04e392ffd9c9c8ae89c0cf84e33e Mon Sep 17 00:00:00 2001 From: Cynthia Rich Date: Mon, 10 Jul 2017 18:49:33 -0400 Subject: [PATCH] Remove jshint dev dependency --- package.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/package.json b/package.json index 0ef31b0..b948723 100644 --- a/package.json +++ b/package.json @@ -6,11 +6,5 @@ }, "description": "Simple JS game", "author": "https://twitter.com/brianamarie", - "version": "1.0.0", - "devDependencies": { - "jshint": "^2.8.0" - }, - "scripts": { - "test": "./node_modules/jshint/bin/jshint stats.js" - } + "version": "1.0.0" }