Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
huang-xiao-jian committed May 21, 2019
1 parent c8a30f9 commit 86498b8
Show file tree
Hide file tree
Showing 3 changed files with 208 additions and 339 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ module.exports = {
// Test configuration
testEnvironment: 'node',
testMatch: ['<rootDir>/__tests__/**/*.spec.js'],
testPathIgnorePatterns: ['/node_modules/', '/dist/', '/es/'],
testPathIgnorePatterns: ['/node_modules/'],
};
26 changes: 14 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
{
"name": "@coco-platform/jest-tools",
"version": "0.2.0",
"version": "0.3.0",
"description": "A tools presets for jest.",
"engines": {
"node": ">=8.0.0"
"node": ">=8.6.0"
},
"scripts": {
"precommit": "pretty-quick --staged",
"prepush": "npm test",
"test": "jest --coverage",
"test:cov": "jest --watch"
},
Expand All @@ -19,8 +17,8 @@
"url": "git+ssh://git@github.com/coco-platform/jest-tools.git"
},
"keywords": [
"nodejs",
"universal"
"extension",
"jest"
],
"author": "huang.jian <hjj491229492@hotmail.com>",
"contributors": [
Expand All @@ -39,19 +37,23 @@
},
"homepage": "https://github.com/coco-platform/jest-tools#README",
"devDependencies": {
"@types/jest": "^24.0.13",
"@types/node": "^12.0.2",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-node": "^9.0.1",
"eslint-plugin-promise": "^4.1.1",
"glob": "^7.1.2",
"handlebars": "^4.0.11",
"husky": "^2.3.0",
"jest": "^24.8.0",
"npm-run-all": "^4.1.3",
"prettier": "^1.13.0",
"pretty-quick": "^1.6.0",
"yamljs": "^0.3.0"
"pretty-quick": "^1.6.0"
},
"dependencies": {}
"dependencies": {},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged",
"pre-push": "npm test"
}
}
}
Loading

0 comments on commit 86498b8

Please sign in to comment.