From 9ec638d731c7c73d9e66c81d9116364ee6105f45 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Fri, 17 Nov 2017 13:39:24 +0000 Subject: [PATCH] Remove lint-staged script, unneccesary in v5 --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index b47cb1fe..9de9ff20 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,6 @@ "scripts": { "compress": "scripts/compress", "copy-dist": "cp ./node_modules/mapbox-gl/dist/mapbox-gl.css ./public/assets/frontend/ && cp ./node_modules/alertify.js/dist/css/alertify.css ./public/assets/frontend/ && cp ./node_modules/normalize.css/normalize.css ./public/assets/frontend/", - "lint-staged": "lint-staged", "lint:es6": "eslint resources/assets/es6/*.js", "lint:sass": "stylelint --syntax=scss resources/assets/sass/**/*.scss", "make": "npm run make:css && npm run make:js",