-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6ee4087
commit 63fb2c2
Showing
3 changed files
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"name": "weather-plus", | ||
"version": "0.0.6", | ||
"version": "0.0.8", | ||
"description": "Weather Plus is a powerful wrapper around various Weather APIs that simplifies adding weather data to your application", | ||
"main": "./dist", | ||
"main": "./dist/index.js", | ||
"repository": "[email protected]:TextureHQ/weather-plus.git", | ||
"author": "Victor Quinn <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -15,6 +15,9 @@ | |
"test:watch": "jest --watch", | ||
"prebuild": "rimraf ./dist" | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"dependencies": { | ||
"axios": "^1.6.8", | ||
"ngeohash": "^0.6.3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters