make-license
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "make-license", | ||
"version": "0.1.0", | ||
"description": "generate a LICENSE for your open source project", | ||
@@ -33,3 +32,3 @@ "main": "src/index.js", | ||
"istanbul": "0.4.2", | ||
"semantic-release": "4.3.5" | ||
"semantic-release": "^4.3.5" | ||
}, | ||
@@ -59,3 +58,4 @@ "czConfig": { | ||
"inquirer": "^0.11.3" | ||
} | ||
} | ||
}, | ||
"version": "0.1.1" | ||
} |
@@ -18,3 +18,3 @@ [![travis build](https://img.shields.io/travis/accraze/make-license.svg)](https://travis-ci.org/accraze/make-license) | ||
More licenses will be added soon. | ||
More licenses will be added soon... | ||
@@ -30,3 +30,4 @@ ## Install | ||
$ make-file | ||
? Choose a License (Use arrow keys) | ||
[?] Choose a License (Use arrow keys) | ||
❯ MIT | ||
@@ -40,2 +41,2 @@ ISC | ||
## License: | ||
[MIT](https://github.com/accraze/machine-translator/blob/master/LICENSE) License 2016 © Andy Craze | ||
[MIT](https://github.com/accraze/make-license/blob/master/LICENSE) License 2016 © Andy Craze |
Sorry, the diff of this file is not supported yet
9805
40