Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
akshatj27 authored Apr 17, 2020
1 parent de2cf7b commit 4b62b3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "novelcovid",
"dependencies": {
"node-fetch": "^2.7.0"
"node-fetch": "*"
},
"scripts": {
"prepublishOnly": "yarn build",
"build": "tsc -p .",
"lint": "eslint --ext ts src --fix",
"test": "eslint --ext ts src"
},
"version": "1.1.4",
"version": "1.2.4",
"description": "An Api wrapper to get information about the Novel CoronaVirus.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 4b62b3c

Please sign in to comment.