create-es-module
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "create-es-module", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Helper to create es module", | ||
@@ -5,0 +5,0 @@ "bin": { |
@@ -0,1 +1,2 @@ | ||
const chalk = require('chalk'); | ||
const validateProjectName = require('validate-npm-package-name'); | ||
@@ -2,0 +3,0 @@ |
@@ -0,1 +1,3 @@ | ||
#!/usr/bin/env node | ||
const chalk = require('chalk'); | ||
@@ -2,0 +4,0 @@ const commander = require('commander'); |
@@ -0,1 +1,2 @@ | ||
const chalk = require('chalk'); | ||
const spawn = require('cross-spawn'); | ||
@@ -2,0 +3,0 @@ |
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
11224
315