Skip to content

Commit e4b1e2c

Browse files
authored
Merge pull request #62 from PokeAPI/naramsim-61
Clone of #61
2 parents f15c349 + a502ec6 commit e4b1e2c

File tree

5 files changed

+7
-21
lines changed

5 files changed

+7
-21
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.LICENSE.txt

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,3 @@
44
https://localforage.github.io/localForage
55
(c) 2013-2017 Mozilla, Apache License 2.0
66
*/
7-
8-
/*!
9-
* mime-db
10-
* Copyright(c) 2014 Jonathan Ong
11-
* Copyright(c) 2015-2022 Douglas Christopher Wilson
12-
* MIT Licensed
13-
*/
14-
15-
/*!
16-
* mime-types
17-
* Copyright(c) 2014 Jonathan Ong
18-
* Copyright(c) 2015 Douglas Christopher Wilson
19-
* MIT Licensed
20-
*/

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pokeapi-js-wrapper",
3-
"version": "1.2.5",
3+
"version": "1.2.6",
44
"description": "An API wrapper for PokeAPI",
55
"main": "dist/index.js",
66
"module": "src/index.js",
@@ -41,7 +41,7 @@
4141
"homepage": "https://github.com/PokeAPI/pokeapi-js-wrapper#readme",
4242
"types": "./index.d.ts",
4343
"dependencies": {
44-
"axios": "^1.7.5",
44+
"axios": "^1.7.7",
4545
"localforage": "^1.10.0"
4646
},
4747
"devDependencies": {

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const CopyPlugin = require('copy-webpack-plugin');
44

55
module.exports = {
66
entry: './src/index.js',
7-
target: 'node',
7+
target: 'web',
88
devtool: 'source-map',
99
output: {
1010
path: path.resolve(__dirname, 'dist'),

0 commit comments

Comments
 (0)