Codebase list node-spdx-exceptions / 05477e5
Use replace-require-self Kyle Mitchell 8 years ago
1 changed file(s) with 3 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
66 "Kyle E. Mitchell <kyle@kemitchell.com> (https://kemitchell.com/)"
77 ],
88 "devDependencies": {
9 "defence-cli": "^1.0.1"
9 "defence-cli": "^1.0.1",
10 "replace-require-self": "^1.0.0"
1011 },
1112 "license": "CC-BY-3.0",
1213 "repository": "kemitchell/spdx-exceptions.js",
1314 "scripts": {
14 "test": "defence -i javascript README.md | sed 's!spdx-exceptions!./!' | node"
15 "test": "defence -i javascript README.md | replace-require-self | node"
1516 }
1617 }