@vvansh739/weather-package
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@vvansh739/weather-package", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A simple module to fetch and display current weather information", | ||
"main": "dist/index.js", | ||
"main": "./dist/index.js", | ||
"type": "module", | ||
"scripts": { | ||
"build": "tsc", | ||
"start": "node dist/index.js", | ||
"start": "node ./dist/index.js", | ||
"dev": "node --loader ts-node/esm src/index.ts", | ||
@@ -11,0 +11,0 @@ "test": "echo \"Error: no test specified\" && exit 1" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2523
53