diff options
Diffstat (limited to 'front/package.json')
-rw-r--r-- | front/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/front/package.json b/front/package.json index 4c5b895..7b764ba 100644 --- a/front/package.json +++ b/front/package.json @@ -1,5 +1,5 @@ { - "name": "bsx-front", + "name": "mccarthyism-front", "version": "0.1.0", "private": true, "scripts": { @@ -10,7 +10,7 @@ "preinstall": "cd ../core && npm i && npm run build" }, "dependencies": { - "bsx-core": "file:../core", + "mccarthyism-core": "file:../core", "next": "10.0.6", "react": "17.0.1", "react-dom": "17.0.1", |