wrangler 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "author": "Paul d'Aoust <paul@heliosstudio.ca> (http://heliosstudio.ca/)",
3
3
  "name": "wrangler",
4
- "description": "'Wrangler' is a very small module that smoothes over some of the gotchas in JavaScript type checking and casting. It behaves the way you (or perhaps just I) would expect type checking to work -- e.g., is.object() only works on objects that are neither arrays nor regular expressions. It also makes indexOf() easier to use, and provides search functions. Works in Node; should work in browser as well, exporting a variable 'is' into the global namespace.",
5
- "version": "0.0.3",
4
+ "description": "# WARNING\n\n- If you're looking for Cloudflare's CLI to use and develope Cloudflare Workers, please run `npm install @cloudflare/wrangler`.\n\n- If you're looking for the experimental beta release for the CLI for Cloudflare Workers, please run `npm install wrangler@beta`.\n\n'Wrangler' is a very small module that smoothes over some of the gotchas in JavaScript type checking and casting. It behaves the way you (or perhaps just I) would expect type checking to work -- e.g., is.object() only works on objects that are neither arrays nor regular expressions. It also makes indexOf() easier to use, and provides search functions. Works in Node; should work in browser as well, exporting a variable 'is' into the global namespace.",
5
+ "version": "0.0.4",
6
6
  "main": "index.js",
7
7
  "scripts": {
8
8
  "test": "jasmine-node tests/*.spec.js"