create-node-module
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "create-node-module", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Creates a new npm module with all the boilerplate for transpiling, linting, publishing, testing, coverage, readme badges, etc.", | ||
"main": "create.sh", | ||
"keywords": [ | ||
"create", | ||
"make", | ||
"module", | ||
"npm", | ||
"boilerplate", | ||
"configure", | ||
"automate", | ||
"babel", | ||
"ava", | ||
"eslint", | ||
"ci", | ||
"travis", | ||
"coveage", | ||
"automatic", | ||
"generator" | ||
], | ||
"scripts": { | ||
@@ -7,0 +24,0 @@ "test": "echo \"Error: no test specified\" && exit 1" |
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
8231