Skip to content

Commit

Permalink
Added browserify and new scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
honmanyau committed Oct 2, 2018
1 parent e1cd002 commit 9692526
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 9692526

Please sign in to comment.