Skip to content

Commit

Permalink
Merge pull request #62 from PokeAPI/naramsim-61
Browse files Browse the repository at this point in the history
Clone of #61
  • Loading branch information
Naramsim authored Sep 13, 2024
2 parents f15c349 + a502ec6 commit e4b1e2c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 21 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

14 changes: 0 additions & 14 deletions dist/index.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,3 @@
https://localforage.github.io/localForage
(c) 2013-2017 Mozilla, Apache License 2.0
*/

/*!
* mime-db
* Copyright(c) 2014 Jonathan Ong
* Copyright(c) 2015-2022 Douglas Christopher Wilson
* MIT Licensed
*/

/*!
* mime-types
* Copyright(c) 2014 Jonathan Ong
* Copyright(c) 2015 Douglas Christopher Wilson
* MIT Licensed
*/
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pokeapi-js-wrapper",
"version": "1.2.5",
"version": "1.2.6",
"description": "An API wrapper for PokeAPI",
"main": "dist/index.js",
"module": "src/index.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
"homepage": "https://github.com/PokeAPI/pokeapi-js-wrapper#readme",
"types": "./index.d.ts",
"dependencies": {
"axios": "^1.7.5",
"axios": "^1.7.7",
"localforage": "^1.10.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const CopyPlugin = require('copy-webpack-plugin');

module.exports = {
entry: './src/index.js',
target: 'node',
target: 'web',
devtool: 'source-map',
output: {
path: path.resolve(__dirname, 'dist'),
Expand Down

0 comments on commit e4b1e2c

Please sign in to comment.