@cronapp/intent-activity 3.2.1 → 4.0.0
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 +0 -2
- package/package-lock.json +1 -1
- package/package.json +4 -8
package/gulpfile.js
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
var gulp = require("gulp");
|
|
2
|
-
var ngAnnotate = require("gulp-ng-annotate-patched");
|
|
3
|
-
var minify = require("gulp-babel-minify");
|
|
4
2
|
|
|
5
3
|
// Minify causa problema na leitura das tags cronapi, usar minify será feito futuramente como melhoria
|
|
6
4
|
gulp.task("copy-js", function() {
|
package/package-lock.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cronapp/intent-activity",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0",
|
|
4
4
|
"description": "Cronapp Intent Activity",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cronapp",
|
|
@@ -12,14 +12,10 @@
|
|
|
12
12
|
"author": "Cronapp Studio",
|
|
13
13
|
"license": "ISC",
|
|
14
14
|
"scripts": {
|
|
15
|
-
"build": "
|
|
16
|
-
"test": "echo \"Error: no test specified\" && exit 1"
|
|
17
|
-
"preinstall": "npx force-resolutions"
|
|
15
|
+
"build": "gulp",
|
|
16
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
|
18
17
|
},
|
|
19
18
|
"devDependencies": {
|
|
20
|
-
"gulp": "5.0.0"
|
|
21
|
-
"gulp-babel": "8.0.0",
|
|
22
|
-
"gulp-babel-minify": "0.5.2",
|
|
23
|
-
"gulp-ng-annotate-patched": "0.1.1"
|
|
19
|
+
"gulp": "5.0.0"
|
|
24
20
|
}
|
|
25
21
|
}
|