From 7254a2de36b0ad195d4fcf8ef9b2c6c0c830beac Mon Sep 17 00:00:00 2001 From: bmuenzenmeyer Date: Tue, 30 Oct 2018 22:22:14 -0500 Subject: [PATCH] fix(package): remove jshint --- packages/uikit-workshop/package.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/packages/uikit-workshop/package.json b/packages/uikit-workshop/package.json index a01bf393b..236056a64 100644 --- a/packages/uikit-workshop/package.json +++ b/packages/uikit-workshop/package.json @@ -28,9 +28,6 @@ "license": "MIT", "repository": "https://github.com/pattern-lab/patternlab-node/tree/master/packages/uikit-workshop", "bugs": "https://github.com/pattern-lab/patternlab-node/issues", - "peerDependencies": { - "jshint": "^2.9.5" - }, "devDependencies": { "node-sass-selector-importer": "^5.2.0", "@babel/core": "^7.0.0", @@ -51,7 +48,6 @@ "css-loader": "^1.0.0", "html-loader": "^0.5.5", "html-webpack-plugin": "github:jantimon/html-webpack-plugin#webpack-4", - "jshint": "^2.9.6", "mini-css-extract-plugin": "^0.4.1", "no-emit-webpack-plugin": "^1.0.0", "node-sass": "^4.9.3", @@ -93,7 +89,6 @@ "iframe-resizer": "^3.6.2", "jquery": "^3.3.1", "js-cookie": "^2.2.0", - "jshint": "^2.9.5", "mousetrap": "^1.6.2", "preact-compat": "^3.18.4", "preact": "^8.3.1", @@ -101,7 +96,6 @@ "prismjs": "^1.15.0", "pwa-helpers": "^0.8.3", "redux-thunk": "^2.3.0", - "react-animate-height": "^2.0.4", "redux": "^4.0.0", "reselect": "^3.0.1", "scriptjs": "^2.5.8",