From 20a8e40604e4e3112b66ff8ddf7b9b092aabb943 Mon Sep 17 00:00:00 2001 From: Rin Arakaki Date: Mon, 13 Feb 2023 03:29:36 +0900 Subject: [PATCH] Update package.json --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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" } }