From c9a271e2f42dfb6a6e729565a45abc2ec1be3b6b Mon Sep 17 00:00:00 2001 From: ysandler Date: Sun, 19 Jun 2022 18:55:58 -0500 Subject: [PATCH] update npm data --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 75cb305..658e877 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,9 @@ { "name": "lovelacejs", - "version": "0.2.2", - "description": "Lovelace.js is a modern JavaScript Library to create objects that easily mutate data through relationships, filtering, and tranforming the shape of data.", - "main": "index.js", + "version": "1.0.0", + "description": "Lovelace.js is a library to easily mutate data through relationships, filtering, and tranforming the shape of data.", + "main": "lib/index.js", + "types": "lib/index.d.ts", "directories": { "test": "tests" },