date-cruncher
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -19,3 +19,3 @@ const path = require('path'); | ||
return gulp.testApp([ | ||
return gulp.src([ | ||
path.join(conf.paths.testApp, '/**/*'), | ||
@@ -22,0 +22,0 @@ path.join(`!${conf.paths.testApp}`, '/**/*.{html,css,js,scss}') |
@@ -78,3 +78,3 @@ { | ||
"description": "date-crunch is a simple date calculator implementation written in TypeScript. It resolves the following types of expressions:", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"main": "gulpfile.js", | ||
@@ -81,0 +81,0 @@ "repository": { |
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
112904