Comparing version 0.1.3 to 0.1.4
@@ -1,8 +0,1 @@ | ||
/* --------------------------------------------------------------------- *\ | ||
| This code was auto-generated by a tool. | | ||
| | | ||
| Changes to this file may cause incorrect behavior and will be lost if | | ||
| the code is regenerated. | | ||
\* --------------------------------------------------------------------- */ | ||
#! /usr/bin/env node | ||
@@ -9,0 +2,0 @@ |
@@ -13,3 +13,3 @@ const del = require('del'), | ||
.pipe(babel()) | ||
.pipe(notice()) | ||
// .pipe(notice()) | ||
.pipe(gulp.dest('dist')); | ||
@@ -16,0 +16,0 @@ }); |
{ | ||
"name": "checkdeps", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Check dependencies of a Node.js project against package.json", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
3837
61