chore: added mock node_modules for resolution
Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
Generated
Vendored
Generated
Vendored
+17
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "@internal/foo",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@internal/bar": "1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"lodash": "*"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "*"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
"type-utils"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user