From 9e19f52ad126823cadbd0b58b411795d716b81bd Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Thu, 10 Sep 2020 09:18:23 +0200 Subject: [PATCH] v0.1.3-danger-1599722284 --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index a3ab00b..af15975 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.1.3-danger-1599721110", + "version": "0.1.3-danger-1599722284", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -12,11 +12,9 @@ "node": ">=10" }, "scripts": { - "start": "tsdx watch", - "build": "tsdx build", - "test": "tsdx test", - "lint": "tsdx lint", - "prepare": "tsdx build" + "build": "tsc", + "test": "jest", + "prepare": "yarn build" }, "peerDependencies": { "next": "^9.5.1", @@ -43,10 +41,12 @@ "babel-plugin-tester": "^9.2.0", "eslint-plugin-prettier": "^3.1.4", "husky": "^4.2.5", + "jest": "^26.4.2", "next": "^9.5.1", "prettier": "^2.0.5", "react": "^16.13.1", "superjson": "^1.1.0", + "ts-jest": "^26.3.0", "tsdx": "^0.13.2", "tslib": "^2.0.0", "typescript": "^3.9.7"