change library name
This commit is contained in:
parent
7a15a31499
commit
fc603a0a40
@ -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
|
||||||
|
10
package.json
10
package.json
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user