quackage 1.0.54 → 1.0.56

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quackage",
3
- "version": "1.0.54",
3
+ "version": "1.0.56",
4
4
  "description": "Building. Testing. Quacking. Reloading.",
5
5
  "main": "source/Quackage-CLIProgram.js",
6
6
  "scripts": {
@@ -61,7 +61,7 @@
61
61
 
62
62
  "build": "npx quack build",
63
63
 
64
- "example": "npx quack example",
64
+ "examples": "npx quack examples",
65
65
 
66
66
  "docs": "npx quack prepare-docs ./docs -d ./modules",
67
67
  "docs-serve": "npx quack docs-serve ./docs"