Skip to content

Commit

Permalink
feat(dependency): add geo-amazon
Browse files Browse the repository at this point in the history
  • Loading branch information
Jun711 committed Feb 14, 2018
1 parent c273320 commit aaea7fc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jun711/whereabout.git"
"url": "git+https://github.com/Jun711/amazon-geotarget.git"
},
"keywords": [
"geolocation",
Expand All @@ -26,9 +26,9 @@
"author": "Jun Goh",
"license": "MIT",
"bugs": {
"url": "https://github.com/Jun711/whereabout/issues"
"url": "https://github.com/Jun711/amazon-geotarget/issues"
},
"homepage": "https://github.com/Jun711/whereabout#readme",
"homepage": "https://github.com/Jun711/amazon-geotarget#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
Expand All @@ -51,5 +51,8 @@
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"geo-amazon": "^0.2.0"
}
}
4 changes: 4 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2301,6 +2301,10 @@ gauge@~2.7.3:
strip-ansi "^3.0.1"
wide-align "^1.1.0"

geo-amazon@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/geo-amazon/-/geo-amazon-0.2.0.tgz#851360fb9da14e5a54456d74a3995035a4c00e0e"

get-caller-file@^1.0.1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-1.0.2.tgz#f702e63127e7e231c160a80c1554acb70d5047e5"
Expand Down

0 comments on commit aaea7fc

Please sign in to comment.