Skip to content

Commit

Permalink
Fix types by moving source-map into dependencies
Browse files Browse the repository at this point in the history
Closes GH-81.

Reviewed-by: Christian Murphy <christian.murphy.42@gmail.com>
Reviewed-by: Titus Wormer <tituswormer@gmail.com>
  • Loading branch information
remcohaszing authored Sep 3, 2021
1 parent 745fc58 commit 4d6fd09
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 @@ -51,6 +51,7 @@
"periscopic": "^3.0.0",
"remark-parse": "^10.0.0",
"remark-rehype": "^9.0.0",
"source-map": "^0.7.0",
"unified": "^10.0.0",
"unist-util-position-from-estree": "^1.0.0",
"unist-util-stringify-position": "^3.0.0",
Expand Down Expand Up @@ -96,7 +97,6 @@
"remark-preset-wooorm": "^9.0.0",
"rimraf": "^3.0.0",
"rollup": "^2.0.0",
"source-map": "^0.7.0",
"tape": "^5.0.0",
"theme-ui": "^0.10.0",
"type-coverage": "^2.0.0",
Expand Down

0 comments on commit 4d6fd09

Please sign in to comment.