maybe this fixes?

This commit is contained in:
Arjun Patel
2022-01-28 16:01:45 -08:00
parent c48d8d4d89
commit b6e4d0999a
2 changed files with 2 additions and 11 deletions
+2 -1
View File
@@ -2,5 +2,6 @@
"name": "@nirvana/common",
"version": "1.0.0",
"main": "index.js",
"license": "MIT"
"license": "MIT",
"private": false
}
-10
View File
@@ -1,10 +0,0 @@
{
"name": "nirvana",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/talksik/nirvana.git",
"author": "Arjun Patel <patel.arjun50@gmail.com>",
"license": "MIT",
"private": true,
"workspaces": ["packages/*"]
}