angular-formly
Advanced tools
Comparing version 7.2.2 to 7.2.3
{ | ||
"name": "angular-formly", | ||
"version": "7.2.2", | ||
"version": "7.2.3", | ||
"author": "Astrism <astrisms@gmail.com>", | ||
@@ -27,10 +27,8 @@ "contributors": [ | ||
"scripts": { | ||
"build:dist": "cross-env NODE_ENV=development webpack --progress --colors", | ||
"build:prod": "cross-env NODE_ENV=production webpack --progress --colors", | ||
"build:dist": "webpack --progress --colors --set-env-NODE_ENV=development", | ||
"build:prod": "webpack --progress --colors --set-env-NODE_ENV=production", | ||
"build": "npm run build:dist & npm run build:prod", | ||
"test": "cross-env COVERAGE=true NODE_ENV=test karma start --single-run", | ||
"test:ci": "CI=true COVERAGE=true NODE_ENV=test karma start --single-run", | ||
"test:watch": "cross-env COVERAGE=true NODE_ENV=test karma start", | ||
"test:debug": "cross-env NODE_ENV=test karma start --browsers Chrome", | ||
"start:mac": "npm run test:mac", | ||
"test": "karma start --single-run --set-env-COVERAGE=true --set-env-NODE_ENV=test", | ||
"test:watch": "karma start --set-env-COVERAGE=true --set-env-NODE_ENV=test", | ||
"test:debug": "karma start --browsers Chrome --set-env-NODE_ENV=test", | ||
"start": "npm run test:watch", | ||
@@ -65,3 +63,2 @@ "check-coverage": "istanbul check-coverage --statements 93 --branches 89 --functions 92 --lines 92", | ||
"cracks": "3.1.1", | ||
"cross-env": "1.0.1", | ||
"cz-conventional-changelog": "1.1.4", | ||
@@ -68,0 +65,0 @@ "deindent": "0.1.0", |
@@ -31,4 +31,3 @@ import angular from 'angular-fix'; | ||
defaultHideDirective: 'ng-if', | ||
getFieldId: null, | ||
explicitAsync: false | ||
getFieldId: null | ||
}, | ||
@@ -35,0 +34,0 @@ templateManipulators: { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45
632864
10096