Skip to content

Commit

Permalink
Add uphold-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
waldyrious authored and rplopes committed Oct 29, 2019
1 parent 0a89f86 commit ae44ae7
Show file tree
Hide file tree
Showing 2 changed files with 703 additions and 32 deletions.
17 changes: 2 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,14 @@
"test": "test"
},
"scripts": {
"test": "jest"
},
"jest": {
"collectCoverage": true,
"coveragePathIgnorePatterns": [
"/node_modules/"
],
"modulePaths": [
"<rootDir>"
],
"restoreMocks": true,
"testEnvironment": "node",
"testRegex": "test/.*\\.test.js$"
"test": "uphold-scripts test"
},
"dependencies": {
"json-stringify-safe": "^5.0.1",
"traverse": "^0.6.6"
},
"devDependencies": {
"jest": "^24.9.0",
"pre-commit": "^1.2.2"
"uphold-scripts": "^0.4.0"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
Expand Down
Loading

0 comments on commit ae44ae7

Please sign in to comment.