Skip to content

Commit

Permalink
added pika version script
Browse files Browse the repository at this point in the history
  • Loading branch information
twop committed Jun 5, 2020
1 parent 7c1c417 commit 27dc298
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-union",
"version": "2.2.0",
"version": "2.1.1",
"description": "ADT (sum type) in typescript inspired by ML language family",
"repository": "https://github.com/twop/ts-union",
"license": "MIT",
Expand All @@ -14,7 +14,8 @@
"pika-pack": "pika build",
"pika-publish": "pika publish",
"typecheck": "tsc --noEmit",
"benchmark": "ts-node --project ./tsconfig.bench.json benchmarks/perfBenchmarks.ts"
"benchmark": "ts-node --project ./tsconfig.bench.json benchmarks/perfBenchmarks.ts",
"version": "npx @pika/pack"
},
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit 27dc298

Please sign in to comment.