update npm data

This commit is contained in:
joshuashoemaker 2022-06-19 18:55:58 -05:00
parent ba47edec4a
commit 10f02a924d

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"
}, },