omg-i-pass
Version:
Test suite always passes
18 lines (17 loc) • 331 B
JSON
{
"name": "omg-i-pass",
"version": "3.0.0",
"description": "Test suite always passes",
"repository": "https://github.com/TheAlphaNerd/omg-i-pass",
"main": "index.js",
"scripts": {
"pass": "exit 0",
"test": "npm run pass"
},
"keywords": [
"always",
"passes"
],
"author": "",
"license": "MIT"
}