1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-17 07:45:52 +01:00
verdaccio/test/unit/modules/plugin/partials/test-plugin-storage/invalid-package/package.json
Juan Picado @jotadeveloper e7400cef71
test: relocate plugin storage
2019-05-20 07:26:40 +02:00

12 lines
211 B
JSON

{
"name": "invalid-package",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}