Skip to content

Commit

Permalink
trying to fix stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrachet committed Nov 17, 2020
1 parent 484d880 commit 1de0d86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions packages/create-gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"@types/configstore": "^4.0.0",
"@types/fs-extra": "^9.0.2",
"@types/node": "^14.14.5",
"@types/uuid": "^8.3.0",
"ansi-wordwrap": "^1.0.2",
"common-tags": "^1.8.0",
"enquirer": "^2.3.6",
Expand All @@ -37,7 +36,7 @@
"terminal-link": "^2.1.1",
"tiny-spin": "^1.0.2",
"typescript": "^4.0.5",
"uuid": "^8.3.1"
"uuid": "3.4.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-gatsby/src/tracking.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import fetch from "node-fetch"
import { v4 as uuidv4 } from "uuid"
import uuidv4 from "uuid/v4"
import { getConfigStore } from "./get-config-store"

const store = getConfigStore()
Expand Down

0 comments on commit 1de0d86

Please sign in to comment.