refact: replace dmein with lovelacejs

its the same thing just a new npm name
This commit is contained in:
ysandler 2020-07-31 18:08:44 -05:00 committed by Joshua Shoemaker
parent 470138bd21
commit ab29b45a4e
4 changed files with 9 additions and 18 deletions

21
package-lock.json generated
View File

@ -1,5 +1,5 @@
{
"name": "dmein.il",
"name": "lovelace.technology",
"version": "0.1.0",
"lockfileVersion": 1,
"requires": true,
@ -4495,11 +4495,6 @@
"path-type": "^3.0.0"
}
},
"dmein": {
"version": "0.1.5",
"resolved": "https://registry.npmjs.org/dmein/-/dmein-0.1.5.tgz",
"integrity": "sha512-alFAmK1WLtNcFWNKDBQETcxSgJhCQmML7MnSnHGAuiWHL7DJv0OEidthnoj+lrEMGJaYs6Ll5HnL3MAt1mxWPw=="
},
"dns-equal": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/dns-equal/-/dns-equal-1.0.0.tgz",
@ -7992,6 +7987,11 @@
"js-tokens": "^3.0.0 || ^4.0.0"
}
},
"lovelacejs": {
"version": "0.1.6",
"resolved": "https://registry.npmjs.org/lovelacejs/-/lovelacejs-0.1.6.tgz",
"integrity": "sha512-n/dDWtkzIC6ORUMU2M6Y2j1QFbXo/qD6GC9uZyyHPBIn3QwN7ZHvEplBJWyhy3nAzm0bD8SpIfJVjyIClw8qXg=="
},
"lower-case": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.1.tgz",
@ -10421,15 +10421,6 @@
"whatwg-fetch": "^3.0.0"
}
},
"react-chartjs-2": {
"version": "2.9.0",
"resolved": "https://registry.npmjs.org/react-chartjs-2/-/react-chartjs-2-2.9.0.tgz",
"integrity": "sha512-IYwqUUnQRAJ9SNA978vxulHJTcUFTJk2LDVfbAyk0TnJFZZG7+6U/2flsE4MCw6WCbBjTTypy8T82Ch7XrPtRw==",
"requires": {
"lodash": "^4.17.4",
"prop-types": "^15.5.8"
}
},
"react-dev-utils": {
"version": "10.2.1",
"resolved": "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-10.2.1.tgz",

View File

@ -6,7 +6,7 @@
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"dmein": "^0.1.5",
"lovelacejs": "^0.1.6",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "3.4.1",

View File

@ -1,4 +1,4 @@
import { FilterNodule, JoinNodule, TransformNodule } from 'dmein'
import { FilterNodule, JoinNodule, TransformNodule } from 'lovelacejs'
import { uuid } from 'uuidv4'
let instance = null

View File

@ -1,4 +1,4 @@
import { Table } from 'dmein'
import { Table } from 'lovelacejs'
import { uuid } from 'uuidv4'
let instance = null