diff --git a/package.json b/package.json index 563ea6a8..f6b86547 100644 --- a/package.json +++ b/package.json @@ -54,11 +54,16 @@ ], "author": "Chris Kalmar ", "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/chriskalmar/shyft" + }, "devDependencies": { "@babel/core": "7.8.7", "@babel/preset-env": "7.8.7", "@types/jest": "25.1.4", "@types/lodash": "4.14.149", + "@types/node": "^12.12.31", "@typescript-eslint/eslint-plugin": "2.23.0", "@typescript-eslint/parser": "2.23.0", "babel-jest": "25.1.0", diff --git a/yarn.lock b/yarn.lock index cb5f4291..7a2e693a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1229,6 +1229,11 @@ resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.149.tgz#1342d63d948c6062838fbf961012f74d4e638440" integrity sha512-ijGqzZt/b7BfzcK9vTrS6MFljQRPn5BFWOx8oE0GYxribu6uV+aA9zZuXI1zc/etK9E8nrgdoF2+LgUw7+9tJQ== +"@types/node@^12.12.31": + version "12.12.31" + resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.31.tgz#d6b4f9645fee17f11319b508fb1001797425da51" + integrity sha512-T+wnJno8uh27G9c+1T+a1/WYCHzLeDqtsGJkoEdSp2X8RTh3oOCZQcUnjAx90CS8cmmADX51O0FI/tu9s0yssg== + "@types/parse-json@^4.0.0": version "4.0.0" resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"