Skip to content

Commit e845793

Browse files
author
Harsh
committed
v2.0.0
1 parent 71ac4e9 commit e845793

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@gpujs/benchmark",
3-
"version": "1.2.3",
3+
"version": "2.0.0",
44
"private": false,
55
"description": "A benchmarking tool for gpu.js",
66
"main": "src/index.js",
77
"scripts": {
88
"start": "node ./index.js",
9-
"setup": "yarn install",
9+
"setup": "yarn install && yarn build",
1010
"test": "TEST=true tape test/util/*.js test/stats/*.js test/benches/*.js test/index.js test/run.js | tap-spec",
1111
"build": "node ./build.js",
1212
"npm-publish": "yarn test && yarn build && git add dist/ && git commit -m 'dist files' && yarn publish"

0 commit comments

Comments
 (0)