create-ui5-webapp
Advanced tools
Comparing version 1.0.10 to 1.0.11
{ | ||
"name": "create-ui5-webapp", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"create-ui5-webapp": "node ./test.js" | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "Tamas Balint", | ||
"license": "MIT" | ||
"license": "MIT", | ||
"preferGlobal": "true", | ||
"bin": { | ||
"create-ui5-webapp": "./test.js" | ||
} | ||
} |
6505
6
183