@cronapp/intent-activity 4.2.11 → 4.2.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/gulpfile.js
CHANGED
|
@@ -2,7 +2,7 @@ var gulp = require("gulp");
|
|
|
2
2
|
|
|
3
3
|
// Minify causa problema na leitura das tags cronapi, usar minify será feito futuramente como melhoria
|
|
4
4
|
gulp.task("copy-js", function() {
|
|
5
|
-
return gulp.src("js/**").pipe(gulp.dest("dist/
|
|
5
|
+
return gulp.src("js/**").pipe(gulp.dest("dist/"));
|
|
6
6
|
});
|
|
7
7
|
|
|
8
8
|
gulp.task("i18n", function() {
|
package/package.json
CHANGED
|
File without changes
|