From 96925266dd45471ac5757326642868c05c5ca437 Mon Sep 17 00:00:00 2001 From: honmanyau Date: Tue, 2 Oct 2018 18:39:32 +1000 Subject: [PATCH] Added browserify and new scripts. --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 1e7395e..4b52045 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,9 @@ "scripts": { "ts-node": "ts-node", "lint": "tslint -p tsconfig.json", - "test": "jest" + "test": "jest", + "tsc": "tsc", + "browserify": "browserify scripts/createMin.js -o build/ising.min.js" }, "repository": { "type": "git", @@ -30,6 +32,7 @@ "devDependencies": { "@types/jest": "^23.3.2", "@types/node": "^10.11.3", + "browserify": "^16.2.3", "jest": "^23.6.0", "ts-jest": "^23.10.3", "ts-node": "^7.0.1",