change library name

This commit is contained in:
Joshua Shoemaker 2020-07-31 17:31:25 -05:00
parent e1005fd5c7
commit 7447e19049
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# Dmein # Dmein
Dmein is a modern JavaScript Library to create objects that easily mutate data through relationships, filtering, and tranforming the shape of data. Designed without dependencies and with modern JavaScript Syntax. Dmein is a tool for robust data manipulation with ease. Lovelacejs is a modern JavaScript Library to create objects that easily mutate data through relationships, filtering, and tranforming the shape of data.. Designed without dependencies and with modern JavaScript Syntax. Dmein is a tool for robust data manipulation with ease.
## Table ## Table
Functionality is rooted in data being constructed as an instance of the `Table` class Functionality is rooted in data being constructed as an instance of the `Table` class

View File

@ -1,7 +1,7 @@
{ {
"name": "dmein", "name": "lovelacejs",
"version": "0.1.5", "version": "0.1.5",
"description": "Dmein 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 modern JavaScript Library to create objects that easily mutate data through relationships, filtering, and tranforming the shape of data.",
"main": "index.js", "main": "index.js",
"directories": { "directories": {
"test": "tests" "test": "tests"
@ -12,14 +12,14 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/joshuashoemaker/dmein.git" "url": "git+https://github.com/joshuashoemaker/lovelacejs.git"
}, },
"author": "Joshua Shoemaker", "author": "Joshua Shoemaker",
"license": "ISC", "license": "ISC",
"bugs": { "bugs": {
"url": "https://github.com/joshuashoemaker/dmein/issues" "url": "https://github.com/joshuashoemaker/lovelacejs/issues"
}, },
"homepage": "https://github.com/joshuashoemaker/dmein#readme", "homepage": "https://github.com/joshuashoemaker/lovelacejs#readme",
"devDependencies": { "devDependencies": {
"@babel/core": "^7.10.3", "@babel/core": "^7.10.3",
"@babel/plugin-proposal-class-properties": "^7.10.1", "@babel/plugin-proposal-class-properties": "^7.10.1",