Comparing version 1.2.2 to 1.2.3
@@ -8,13 +8,12 @@ { | ||
"ava": { | ||
"babel": { | ||
"compileAsTests": [ | ||
"test/helpers/**/*" | ||
] | ||
}, | ||
"files": [ | ||
"test/**/*" | ||
"test/crack-json/**/*" | ||
], | ||
"helpers": [ | ||
"test/helpers/**/*" | ||
], | ||
"require": [ | ||
"@babel/register" | ||
], | ||
"sources": [ | ||
"src/**/*" | ||
] | ||
@@ -24,18 +23,19 @@ }, | ||
"devDependencies": { | ||
"@babel/cli": "^7.7.4", | ||
"@babel/core": "^7.7.4", | ||
"@babel/plugin-transform-flow-strip-types": "^7.7.4", | ||
"@babel/preset-env": "^7.7.4", | ||
"@babel/register": "^7.7.4", | ||
"ava": "^2.4.0", | ||
"babel-plugin-istanbul": "^5.2.0", | ||
"@ava/babel": "^1.0.0", | ||
"@babel/cli": "^7.8.3", | ||
"@babel/core": "^7.8.3", | ||
"@babel/plugin-transform-flow-strip-types": "^7.8.3", | ||
"@babel/preset-env": "^7.8.3", | ||
"@babel/register": "^7.8.3", | ||
"ava": "^3.1.0", | ||
"babel-plugin-istanbul": "^6.0.0", | ||
"babel-plugin-transform-export-default-name": "^2.0.4", | ||
"coveralls": "^3.0.8", | ||
"eslint": "^6.7.1", | ||
"coveralls": "^3.0.9", | ||
"eslint": "^6.8.0", | ||
"eslint-config-canonical": "^18.1.0", | ||
"flow-bin": "^0.112.0", | ||
"flow-bin": "^0.117.0", | ||
"flow-copy-source": "^2.0.9", | ||
"husky": "^3.1.0", | ||
"nyc": "^14.1.1", | ||
"semantic-release": "^15.13.31" | ||
"husky": "^4.2.1", | ||
"nyc": "^15.0.0", | ||
"semantic-release": "^17.0.1" | ||
}, | ||
@@ -78,3 +78,3 @@ "engines": { | ||
}, | ||
"version": "1.2.2" | ||
"version": "1.2.3" | ||
} |
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
15861
17