- update package.json
- create a draft readme
Showing
README
0 → 100644
| { | { | ||
| "name": "wild", | "name": "wildcat", | ||
| "version": "1.0.0", | "version": "1.0.0", | ||
| "description": "", | "description": "", | ||
| "main": "index.js", | "main": "index.js", | ||
| "bin": { | |||
| "wildcat": "./bin/index.js" | |||
| }, | |||
| "scripts": { | "scripts": { | ||
| "test": "echo \"Error: no test specified\" && exit 1" | "test": "echo \"Error: no test specified\" && exit 1" | ||
| }, | }, | ||
| ... | ... | 
Please
register
or
sign in
to comment