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",