failing-build
Version:
A module that fails during the `install` script
18 lines (17 loc) • 322 B
JSON
{
"name": "failing-build",
"version": "1.0.0",
"description": "A module that fails during the `install` script",
"main": "index.js",
"scripts": {
"install": "exit 1"
},
"keywords": [
"failing",
"build",
"error",
"install"
],
"author": "Nathan Rajlich <n@n8.io>",
"license": "MIT"
}