update npm data

This commit is contained in:
ysandler 2022-06-19 18:55:58 -05:00 committed by joshuashoemaker
parent b1cb153885
commit c9a271e2f4

View File

@ -1,8 +1,9 @@
{ {
"name": "lovelacejs", "name": "lovelacejs",
"version": "0.2.2", "version": "1.0.0",
"description": "Lovelace.js is a modern JavaScript Library to create objects that easily mutate data through relationships, filtering, and tranforming the shape of data.", "description": "Lovelace.js is a library to easily mutate data through relationships, filtering, and tranforming the shape of data.",
"main": "index.js", "main": "lib/index.js",
"types": "lib/index.d.ts",
"directories": { "directories": {
"test": "tests" "test": "tests"
}, },