@colony/colony-js-contract-loader
Advanced tools
Comparing version 1.4.1 to 1.5.4
{ | ||
"name": "@colony/colony-js-contract-loader", | ||
"version": "1.4.1", | ||
"version": "1.5.4", | ||
"description": "Contract loader interfaces", | ||
@@ -21,3 +21,5 @@ "main": "lib/index.js", | ||
"lint": "eslint src/{,**/}*.js", | ||
"precommit": "lint-staged" | ||
"precommit": "lint-staged", | ||
"test": "yarn run flow && yarn run lint && yarn run test:unit", | ||
"test:unit": "jest --coverage --config=jest.conf.json" | ||
}, | ||
@@ -41,3 +43,4 @@ "lint-staged": { | ||
"flow-bin": "^0.73.0", | ||
"flow-copy-source": "^2.0.0" | ||
"flow-copy-source": "^2.0.0", | ||
"jest-sandbox": "^1.1.2" | ||
}, | ||
@@ -44,0 +47,0 @@ "engines": { |
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
26407
3