decaffeinate
index.coffee
deleted
100644 → 0
index.js
0 → 100644
... | ... | @@ -2,14 +2,12 @@ |
"name": "deploystudio-find-obsoletes", | ||
"private": true, | ||
"bin": { | ||
"deploystudio-find-obsoletes": "bin/deploystudio-find-obsoletes" | ||
"deploystudio-find-obsoletes": "index.js" | ||
}, | ||
"version": "1.1.0", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"bin": "coffee index.coffee" | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "", | ||
"license": "MIT", | ||
... | ... |
Please register or sign in to comment