Skip to content

Commit

Permalink
Atualizando versão
Browse files Browse the repository at this point in the history
  • Loading branch information
bbarreto committed Jul 7, 2018
1 parent 3047c8c commit 3ab4bbd
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 58 deletions.
109 changes: 55 additions & 54 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sinesp-nodejs",
"version": "2.0.0",
"version": "2.1.0",
"description": "API para a consulta de placas de veículos na base de dados do SINESP.",
"main": "index.js",
"scripts": {
Expand All @@ -11,8 +11,8 @@
"url": "git+https://github.com/bbarreto/sinesp-nodejs.git"
},
"dependencies": {
"https-proxy-agent": "^2.2.0",
"node-fetch": "^2.1.1",
"https-proxy-agent": "^2.2.1",
"node-fetch": "^2.1.2",
"xml2js": "^0.4.19"
},
"keywords": [
Expand Down Expand Up @@ -48,6 +48,6 @@
"devDependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"mocha": "^5.0.4"
"mocha": "^5.2.0"
}
}

0 comments on commit 3ab4bbd

Please sign in to comment.