change library name
This commit is contained in:
parent
e1005fd5c7
commit
7447e19049
@ -1,6 +1,6 @@
|
||||
# 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
|
||||
Functionality is rooted in data being constructed as an instance of the `Table` class
|
||||
|
10
package.json
10
package.json
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "dmein",
|
||||
"name": "lovelacejs",
|
||||
"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",
|
||||
"directories": {
|
||||
"test": "tests"
|
||||
@ -12,14 +12,14 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/joshuashoemaker/dmein.git"
|
||||
"url": "git+https://github.com/joshuashoemaker/lovelacejs.git"
|
||||
},
|
||||
"author": "Joshua Shoemaker",
|
||||
"license": "ISC",
|
||||
"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": {
|
||||
"@babel/core": "^7.10.3",
|
||||
"@babel/plugin-proposal-class-properties": "^7.10.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user