@cronapp/intent-activity 3.2.1 → 4.0.1

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
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cronapp/intent-activity",
3
- "version": "3.2.1",
3
+ "version": "3.1.1-SNAPSHOT",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cronapp/intent-activity",
3
- "version": "3.2.1",
3
+ "version": "4.0.1",
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": "npm i && gulp",
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
  }