form-aurora-stefanini 0.1.2 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/ng-package.json +1 -1
  2. package/package.json +3 -3
package/ng-package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
3
- "dest": "../../dist/form-aurora",
3
+ "dest": "../../dist/form-aurora-stefanini",
4
4
  "lib": {
5
5
  "entryFile": "src/public-api.ts"
6
6
  }
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "form-aurora-stefanini",
3
- "version": "0.1.2",
3
+ "version": "0.1.5",
4
4
  "license": "Stefanini Colombia",
5
5
  "author": {
6
6
  "name": "Stefanini Colombia",
7
7
  "email": "stefanini.librerias@gmail.com"
8
8
  },
9
9
  "peerDependencies": {
10
- "@angular/common": "^8.2.14",
11
- "@angular/core": "^8.2.14",
10
+ "@angular/common": "^8.2.0",
11
+ "@angular/core": "^8.2.0",
12
12
  "ng-recaptcha": "^5.0.0",
13
13
  "moment": "^2.26.0"
14
14
  },