update package.json

This commit is contained in:
Vu Nguyen
2021-01-11 00:46:34 -06:00
parent f6ebcd4ed6
commit c8f55cb5e2
2 changed files with 12 additions and 15 deletions

View File

@@ -10,12 +10,18 @@
"postinstall": "gulp postinstall",
"validate": "npm ls"
},
"pre-commit": ["lint"],
"pre-commit": [
"lint"
],
"jest": {
"testFileExtensions": ["jest.js"],
"testFileExtensions": [
"jest.js"
],
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
"testDirectoryName": "tests",
"unmockedModulePathPatterns": ["<rootDir>/node_modules/react"]
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/react"
]
},
"private": true,
"devDependencies": {