Skip to content

Commit

Permalink
correct dev dep
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Feb 24, 2020
1 parent 15d9674 commit dee1470
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/jest-serializer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
"directory": "packages/jest-serializer"
},
"devDependencies": {
"@types/graceful-fs": "^4.1.3",
"@types/node": "*"
},
"dependencies": {
"graceful-fs": "^4.2.3"
},
"engines": {
"node": ">= 8.3"
},
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@types/graceful-fs": "^4.1.3",
"graceful-fs": "^4.2.3"
},
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit dee1470

Please sign in to comment.