Skip to content

Commit

Permalink
chore: prepares for v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleriva committed Sep 6, 2022
1 parent 1a34ade commit 501e31c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lyrasearch/lyra",
"version": "0.2.1",
"version": "0.2.2",
"description": "Fast, in-memory, typo-tolerant, full-text search engine written in TypeScript",
"main": "./dist/cjs/lyra.js",
"module": "./dist/esm/lyra.js",
Expand All @@ -25,7 +25,6 @@
"build": "rimraf ./dist && concurrently 'npm:build:module' 'npm:build:cjs' 'npm:build:browser'",
"test": "c8 -c tests/config/c8-local.json tap --rcfile=tests/config/tap.yml tests/*.test.ts",
"test:ci": "c8 -c tests/config/c8-ci.json tap --rcfile=tests/config/tap.yml --no-color tests/*.test.ts",
"test": "c8 -c tests/config/c8-local.json tap --rcfile=tests/config/tap.yml tests/*.test.ts",
"ci": "npm run build && npm run test:ci"
},
"keywords": [],
Expand Down

0 comments on commit 501e31c

Please sign in to comment.