angular-elastic-builder
Advanced tools
Comparing version
@@ -29,3 +29,3 @@ /** | ||
gulp.task('concat', [ 'clean', 'templatecache' ], function() { | ||
return gulp.src('./src/*.js') | ||
return gulp.src(['./src/module.js', './src/**/*.js']) | ||
.pipe(concat(filename)) | ||
@@ -53,3 +53,3 @@ .pipe(gulp.dest('./dist')); | ||
.pipe(rename('ElasticBuilderTemplates.js')) | ||
.pipe(gulp.dest('src')); | ||
.pipe(gulp.dest('src/tmpl')); | ||
}); | ||
@@ -56,0 +56,0 @@ |
{ | ||
"name": "angular-elastic-builder", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Angular Module for building an Elasticsearch Query", | ||
@@ -5,0 +5,0 @@ "author": "Dan Crews <crewsd@gmail.com>", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
100045
0.03%809
-1.1%1
Infinity%