diff --git a/package.json b/package.json index 5f9498b..fb99d19 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "scripts": { "bundle": "cp -r .matchers ./dist/", - "build": npm run bundle", + "build": "npm run bundle", "format": "prettier --write 'src/**/*.ts' '__tests__/**/*.ts'", "lint": "tsc --noEmit && eslint 'src/**/*.ts' '__tests__/**/*.ts'", "test": "jest -c jest.config.json" @@ -40,7 +40,6 @@ "jest": "^29.4.2", "jest-circus": "^29.4.2", "npm-check-updates": "^16.7.4", - "prettier": "^2.8.4", - "ts-jest": "^29.0.5" + "prettier": "^2.8.4" } }