diff --git a/package.json b/package.json index 73e427de30..c8e57aa34b 100644 --- a/package.json +++ b/package.json @@ -33,8 +33,7 @@ "test:karma:test-utils": "cross-env PERFORMANCE=false COVERAGE=false karma start karma.conf.js --grep=test-utils/test/shared/**.js --no-single-run", "test:karma:bench": "cross-env PERFORMANCE=true COVERAGE=false karma start karma.conf.js --grep=test/benchmarks/**.js --single-run", "benchmark": "npm run test:karma:bench -- no-single-run", - "lint": "eslint src test debug compat hooks test-utils", - "postinstall": "node -e \"console.log('\\u001b[35m\\u001b[1mLove Preact? You can now donate to our open collective:\\u001b[22m\\u001b[39m\\n > \\u001b[34mhttps://opencollective.com/preact/donate\\u001b[0m')\"" + "lint": "eslint src test debug compat hooks test-utils" }, "eslintConfig": { "extends": "developit",