Skip to content

Commit

Permalink
Release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas.bernardo committed Dec 6, 2020
1 parent fcf29bc commit fcf8e77
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: node_js
node_js:
- 'lts/*'
- 'node'
- '8'
- '10'

before_install:
# package-lock.json was introduced in npm@5
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
[![Dependency Status][dep-img]][dep]
[![devDependency Status][devDep-img]][devDep]
[![snyk badge][snyk-img]][snyk]
[![node badge][node-img]][node]

[npm-img]: https://img.shields.io/npm/v/sinesp-api.svg
[npm]: https://www.npmjs.com/package/sinesp-api
Expand All @@ -19,6 +20,8 @@
[devDep]: https://david-dm.org/Sorackb/sinesp-api#info=devDependencies
[snyk-img]: https://snyk.io/test/github/Sorackb/sinesp-api/badge.svg
[snyk]: https://snyk.io/test/github/Sorackb/sinesp-api
[node-img]: https://img.shields.io/node/v/mocha.svg
[node]: https://nodejs.org/en/

| PagSeguro | PayPal |
| :-------------: | :-------------: |
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "sinesp-api",
"version": "2.0.4",
"version": "3.0.0",
"description": "Módulo do Node.js que permite a consulta de placa no território nacional utilizando a base de dados da API-Carros",
"main": "index.js",
"engines": {
"node": ">=7.6"
"node": ">=10.12.0"
},
"scripts": {
"test": "nyc --reporter=html --reporter=text mocha --sort",
Expand Down

0 comments on commit fcf8e77

Please sign in to comment.