Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Commit

Permalink
fix: need seedrandom types as prod dep
Browse files Browse the repository at this point in the history
  • Loading branch information
holvonixAdvay committed Aug 10, 2019
1 parent 8338f6e commit 27c1860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,14 @@
"spec": "./build/test/**/test-*.js"
},
"dependencies": {
"@types/seedrandom": "^2.4.28",
"seedrandom": "^3.0.1"
},
"devDependencies": {
"@holvonix-open/release-config-js": "^1.0.3",
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.5",
"@types/node": "^12.6.9",
"@types/seedrandom": "^2.4.28",
"chai": "^4.2.0",
"chokidar-cli": "^2.0.0",
"codecov": "^3.4.0",
Expand Down

0 comments on commit 27c1860

Please sign in to comment.