Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Commit

Permalink
smart-queue next iteration WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Calum Peak committed Sep 27, 2018
1 parent 05eacd9 commit 3cf5780
Show file tree
Hide file tree
Showing 17 changed files with 1,244 additions and 1,018 deletions.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,14 @@
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-prettier": "^2.2.0",
"flow-bin": "^0.76.0",
"jest": "^19.0.2",
"jest": "^23.6.0",
"lerna": "^2.11.0",
"prettier": "^1.6.1"
},
"jest": {
"rootDir": "./packages",
"testIgnorePatterns": [
"<rootDir>/node_modules/**"
]
}
}
Loading

0 comments on commit 3cf5780

Please sign in to comment.