Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add git repository url ; add node types
  • Loading branch information
getlarge committed Apr 2, 2020
1 parent d07893c commit 3cd3039
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Expand Up @@ -54,11 +54,16 @@
],
"author": "Chris Kalmar <christian.kalmar@gmail.com>",
"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",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Expand Up @@ -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"
Expand Down

0 comments on commit 3cd3039

Please sign in to comment.