Skip to content

Commit

Permalink
chore(package.json): add description and correct license name (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
iShibi authored Aug 26, 2022
1 parent fc79354 commit fe07efa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lyrasearch/lyra",
"version": "0.1.3",
"description": "",
"description": "Fast, in-memory, typo-tolerant, full-text search engine written in TypeScript",
"main": "./dist/cjs/lyra.js",
"module": "./dist/esm/lyra.js",
"types": "./dist/esm/lyra.d.ts",
Expand Down Expand Up @@ -33,7 +33,7 @@
"email": "ciao@micheleriva.it",
"url": "https://github.com/MicheleRiva"
},
"license": "ISC",
"license": "Apache-2.0",
"lint-staged": {
"*": "pnpm lint"
},
Expand Down

0 comments on commit fe07efa

Please sign in to comment.