statikapi 1.0.0-rc.1 → 1.0.0-rc.2

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": "statikapi",
3
- "version": "1.0.0-rc.1",
3
+ "version": "1.0.0-rc.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/zonayedpca/statikapi",
package/src/help.js CHANGED
@@ -3,7 +3,7 @@ export const HELP = `statikapi — Static API generator
3
3
  Usage:
4
4
  statikapi <command> [options]
5
5
 
6
- Commands:Scaffold a new StatikAPI project
6
+ Commands:
7
7
  build Build static JSON endpoints
8
8
  dev Start dev mode (watch & rebuild)
9
9