diff --git a/README.md b/README.md index a9333be..940c629 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 24202a0..2024d92 100644 --- a/package.json +++ b/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",