diff options
Diffstat (limited to 'front/package-lock.json')
-rw-r--r-- | front/package-lock.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/front/package-lock.json b/front/package-lock.json index 4322728..b5515aa 100644 --- a/front/package-lock.json +++ b/front/package-lock.json @@ -1,15 +1,15 @@ { - "name": "bsx-front", + "name": "mccarthyism-front", "version": "0.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "bsx-front", + "name": "mccarthyism-front", "version": "0.1.0", "hasInstallScript": true, "dependencies": { - "bsx-core": "file:../core", + "mccarthyism-core": "file:../core", "next": "10.0.6", "react": "17.0.1", "react-dom": "17.0.1", @@ -23,7 +23,7 @@ } }, "../core": { - "name": "bsx-core", + "name": "mccarthyism-core", "version": "1.0.0", "license": "ISC", "devDependencies": { @@ -649,7 +649,7 @@ "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" } }, - "node_modules/bsx-core": { + "node_modules/mccarthyism-core": { "resolved": "../core", "link": true }, @@ -3647,7 +3647,7 @@ "node-releases": "^1.1.69" } }, - "bsx-core": { + "mccarthyism-core": { "version": "file:../core", "requires": { "typescript": "^4.1.5" |