Skip to content

Commit

Permalink
release-1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mwilson committed May 2, 2022
1 parent 4e97b3f commit ad773fb
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": "oxide.ts",
"version": "1.0.0-next.10",
"version": "1.0.0",
"description": "Rust's Option<T> and Result<T, E>, implemented for TypeScript.",
"main": "dist",
"types": "dist",
Expand All @@ -13,7 +13,8 @@
],
"scripts": {
"test": "nyc mocha -r ts-node/register 'tests/**/*'",
"bench": "for file in bench/tests/*.bench.ts; do ts-node $file; done"
"bench": "for file in bench/tests/*.bench.ts; do ts-node $file; done",
"build": "tsc"
},
"keywords": [
"rust",
Expand Down

0 comments on commit ad773fb

Please sign in to comment.