From 5cf73384dd967cc28fe484129695bb2bd058be6b Mon Sep 17 00:00:00 2001 From: Sergei SMART Date: Mon, 14 Mar 2022 17:21:38 +1000 Subject: [PATCH] update package.json --- package.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/package.json b/package.json index 4f377ad..792e12d 100644 --- a/package.json +++ b/package.json @@ -5,14 +5,10 @@ "repository": "https://github.com/tornadocash/fixed-merkle-tree.git", "main": "lib/index.js", "types": "lib/index.d.ts", - "engines": { - "node": "14.17", - "npm": "6" - }, "scripts": { "test": "ts-mocha 'test/*.spec.ts' -s 10", "coverage": "nyc npm run test", - "build": "tsc", + "build": "npx tsc", "clean": "rm -rf lib/", "prepare": "npm run clean && npm run build", "lint": "eslint src"