1
0
mirror of https://gitea.com/actions/setup-node.git synced 2025-07-13 20:20:04 +08:00
setup-node/node_modules/resolve/test/resolver/invalid_main/package.json
eric sciple e7ed525da5 .
2020-01-24 16:30:50 -05:00

8 lines
93 B
JSON

{
"name": "invalid main",
"main": [
"why is this a thing",
"srsly omg wtf"
]
}