1
0
mirror of https://github.com/actions/setup-node.git synced 2025-04-13 00:09:34 +08:00
setup-node/node_modules/resolve/test/resolver/invalid_main/package.json
Danny McCormick c3f0a8be66 Use husky
2019-06-05 11:34:47 -04:00

8 lines
93 B
JSON

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