Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "create-lb4", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Anti-squatting placeholder for the LoopBack 4 framework.", | ||
@@ -10,3 +10,6 @@ "main": "index.js", | ||
"author": "", | ||
"license": "MIT" | ||
"license": "MIT", | ||
"bin": { | ||
"create-lb4": "index.js" | ||
} | ||
} |
419