Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
1.3.1 (#6)
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
sergejmueller authored Dec 9, 2018
1 parent a370015 commit 19b1f09
Show file tree
Hide file tree
Showing 3 changed files with 635 additions and 726 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# ip2country-bot / CHANGELOG


### v1.3.1 (2018-12-09)

* Update dependencies


### v1.3.0 (2016-10-31)

* Add flags to the project
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ip2country-bot",
"version": "1.3.0",
"version": "1.3.1",
"description": "Messenger Bot for IP 2 Country",
"main": "index.js",
"private": true,
Expand All @@ -10,13 +10,13 @@
"lib"
],
"dependencies": {
"bootbot": "^1.0.6",
"bootbot": "^1.0.16",
"ip2countrify": "0.2.0"
},
"devDependencies": {
"config-leaf": "^0.3.0",
"eslint": "^3.8.1",
"eslint-plugin-node": "^3.0.0"
"eslint": "^5.10.0",
"eslint-plugin-node": "^8.0.0"
},
"scripts": {
"test": "npm outdated && eslint .",
Expand Down
Loading

0 comments on commit 19b1f09

Please sign in to comment.