@venncity/errors
Advanced tools
Comparing version 1.1.2 to 1.2.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.2.0](https://github.com/venn-city/npm-shelf/compare/@venncity/errors@1.1.2...@venncity/errors@1.2.0) (2019-07-01) | ||
### Features | ||
* added generic token ([0601ee9](https://github.com/venn-city/npm-shelf/commit/0601ee9)) | ||
## [1.1.2](https://github.com/venn-city/npm-shelf/compare/@venncity/errors@1.1.1...@venncity/errors@1.1.2) (2019-04-15) | ||
@@ -8,0 +19,0 @@ |
module.exports = { | ||
setupTestFrameworkScriptFile: './jest.setup.js', | ||
setupFilesAfterEnv: ['./jest.setup.js'], | ||
testMatch: ['**/__tests__/**/*.js?(x)', '**/?(*)(-test).js?(x)'], | ||
@@ -4,0 +4,0 @@ testEnvironment: 'node', |
{ | ||
"name": "@venncity/errors", | ||
"version": "1.1.2", | ||
"version": "1.2.0", | ||
"author": "Venn Engineering", | ||
@@ -9,3 +9,2 @@ "main": "src/index.js", | ||
"coverage": "jest --coverage", | ||
"build": "npm install", | ||
"test:watch": "npm run test -- --watchAll", | ||
@@ -17,3 +16,3 @@ "lint": "npx eslint --fix .", | ||
"devDependencies": { | ||
"@venncity/eslint-config": "^1.2.0", | ||
"@venncity/eslint-config": "^1.3.0", | ||
"eslint": "^5.5.0", | ||
@@ -23,4 +22,4 @@ "eslint-config-airbnb-base": "^13.1.0", | ||
"husky": "^1.1.3", | ||
"jest": "^23.4.2", | ||
"jest-junit": "^5.2.0", | ||
"jest": "^24.8.0", | ||
"jest-junit": "^6.4.0", | ||
"lint-staged": "^8.0.4", | ||
@@ -33,3 +32,3 @@ "sinon": "^7.1.1" | ||
}, | ||
"gitHead": "aea4681ff492d2893dee491276d8202f72ba2446" | ||
"gitHead": "0b2b6ba67cc007508439a90e03010e3e493410c4" | ||
} |
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
9664