Skip to content

Commit

Permalink
refactor: bump pmap/use node>=10
Browse files Browse the repository at this point in the history
  • Loading branch information
Naramsim committed May 16, 2021
1 parent 6c1d229 commit b4dbf2d
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 10 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ cache:
node_js:
- "node"
- "lts/*"
- "7.6"
- "10"
notifications:
email: false
before_install:
- npm i
before_script:
- npm prune
script:
- npm test
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ An easy way to use [Pokéapi](https://pokeapi.co/) v2 with promises *(or callbac

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

## Install [![nodeVersion](https://img.shields.io/badge/node->=7.6-brightgreen.svg)](https://www.npmjs.com/package/pokedex-promise-v2)
## Install [![nodeVersion](https://img.shields.io/badge/node->=10-brightgreen.svg)](https://www.npmjs.com/package/pokedex-promise-v2)

```sh
npm install pokedex-promise-v2 --save
Expand Down
28 changes: 25 additions & 3 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "pokedex-promise-v2",
"version": "3.3.1",
"version": "3.3.2",
"description": "A library used to get information about Pokemons.",
"engines": {
"node": ">=7.6"
"node": ">=10"
},
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"axios": "^0.21.1",
"memory-cache": "^0.2.0",
"p-map": "^2.1.0"
"p-map": "^4.0.0"
},
"devDependencies": {
"chai": "^4.3.4",
Expand Down

0 comments on commit b4dbf2d

Please sign in to comment.