Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

Commit

Permalink
Merge pull request #13 from jsonfry/master
Browse files Browse the repository at this point in the history
Move zora and kleur from devDependencies back into dependencies
  • Loading branch information
lorenzofox3 authored Nov 18, 2020
2 parents 624384d + 453a938 commit abada38
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"dependencies": {
"arg": "~4.1.3",
"diff": "~4.0.2",
"fast-glob": "~3.2.4"
},
"devDependencies": {
"c8": "~7.3.5",
"fast-glob": "~3.2.4",
"kleur": "~4.1.3",
"zora": "~4.0.1"
},
"devDependencies": {
"c8": "~7.3.5"
}
}

0 comments on commit abada38

Please sign in to comment.