chore: added mock node_modules for resolution

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-02-17 10:57:18 +01:00
parent bf611cf019
commit e24851b4fa
2 changed files with 17 additions and 0 deletions
@@ -0,0 +1,17 @@
{
"name": "@internal/foo",
"main": "index.js",
"dependencies": {
"@internal/bar": "1.0.0"
},
"devDependencies": {
"lodash": "*"
},
"peerDependencies": {
"react": "*"
},
"files": [
"dist",
"type-utils"
]
}