Skip to content

Commit

Permalink
fix(lyra): fixes types and license entries in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleriva committed Jun 7, 2022
1 parent 432ea7d commit cf8f2d4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/lyra/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nearform/lyra",
"description": "Fast, in-memory, full-text search engine",
"version": "0.0.1-beta-3",
"version": "0.0.1-beta-4",
"author": {
"name": "Michele Riva",
"email": "[email protected]",
Expand All @@ -13,14 +13,15 @@
"files": [
"./src/dist"
],
"license": "Apache-2.0",
"scripts": {
"build:cjs": "tsc --project tsconfig.cjs.json",
"build:module": "tsc --project tsconfig.esm.json",
"build": "pnpm build:module && pnpm build:cjs"
},
"main": "./dist/cjs/lyra.js",
"module": "./dist/esm/lyra.js",
"types": "./dist/esm/src/lyra.d.ts",
"types": "./dist/esm/lyra.d.ts",
"dependencies": {
"fastq": "^1.13.0",
"nanoid": "3.3.4"
Expand Down

0 comments on commit cf8f2d4

Please sign in to comment.