wonderful-fetch
Advanced tools
Comparing version 0.0.14 to 0.0.15
@@ -23,3 +23,3 @@ (function (root, factory) { | ||
var SOURCE = 'library'; | ||
var VERSION = '0.0.14'; | ||
var VERSION = '0.0.15'; | ||
@@ -26,0 +26,0 @@ function WonderfulFetch(url, options) { |
{ | ||
"name": "wonderful-fetch", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"description": "A wrapper around fetch.", | ||
"main": "./dist/index.js", | ||
"scripts": { | ||
"test": "npm run prepare && node ./test/test.js", | ||
"prepare": "node -e 'require(`prepare-package`)'" | ||
"test": "npm run prepare && ./node_modules/mocha/bin/mocha test/ --recursive --timeout=10000", | ||
"prepare": "node -e 'require(`prepare-package`)()'" | ||
}, | ||
@@ -36,4 +36,5 @@ "engines": { | ||
"devDependencies": { | ||
"prepare-package": "^0.0.12" | ||
"mocha": "^8.4.0", | ||
"prepare-package": "^0.0.16" | ||
} | ||
} |
@@ -111,4 +111,3 @@ <p align="center"> | ||
## Final Words | ||
If you are still having difficulty, we would love for you to post | ||
a question to [the Wonderful Fetch issues page](https://github.com/itw-creative-works/Wonderful Fetch/issues). It is much easier to answer questions that include your code and relevant files! So if you can provide them, we'd be extremely grateful (and more likely to help you find the answer!) | ||
If you are still having difficulty, we would love for you to post a question to [the Wonderful Fetch issues page](https://github.com/itw-creative-works/wonderful-fetch/issues). It is much easier to answer questions that include your code and relevant files! So if you can provide them, we'd be extremely grateful (and more likely to help you find the answer!) | ||
@@ -115,0 +114,0 @@ ## Projects Using this Library |
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
15235
2
121