make-license
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -7,3 +7,3 @@ { | ||
"test": "mocha test/index.test.js -w ", | ||
"test:single": "istanbul cover -x *.test.js _mocha tests/index.test.js", | ||
"test:single": "istanbul cover -x *.test.js,src/index.js _mocha tests/index.test.js", | ||
"commit": "git-cz", | ||
@@ -59,3 +59,3 @@ "report-coverage": "cat ./coverage/lcov.info | codecov", | ||
}, | ||
"version": "0.1.1" | ||
"version": "0.1.2" | ||
} |
@@ -28,3 +28,3 @@ [![travis build](https://img.shields.io/travis/accraze/make-license.svg)](https://travis-ci.org/accraze/make-license) | ||
``` | ||
$ make-file | ||
$ make-license | ||
@@ -38,4 +38,5 @@ [?] Choose a License (Use arrow keys) | ||
``` | ||
You will now have a **LICENSE** file generated in your current working directory. | ||
## License: | ||
[MIT](https://github.com/accraze/make-license/blob/master/LICENSE) License 2016 © Andy Craze |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9903
41