From 9e8ae1fd6ef408157b2f7db6161b5036e1a51f1c Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Fri, 16 Mar 2018 09:22:44 -0700 Subject: [PATCH] Stop special casing webpack config files. They've moved anyway --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ddb04de8..81e2ff6a 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "test": "jest --coverage", "travis-tests": "jest --coverage && npm run lint && npm run build", "tdd": "jest --watch", - "format": "prettier --write experiments/**/*.js js/**/*.js css/**/*.css webpack.config.js webpack.production.config.js", + "format": "prettier --write experiments/**/*.js js/**/*.js css/**/*.css", "build-skin": "rm skins/base-2.91.wsz && cd skins/base-2.91 && zip -x .* -x 'Skining Updates.txt' -r ../base-2.91.wsz .", "skin-info": "unzip -vl skins/base-2.91.wsz" },