nsgm-cli 2.0.4 → 2.0.5

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.
@@ -17,6 +17,7 @@
17
17
  "upgrade": "nsgm upgrade",
18
18
  "create": "nsgm create",
19
19
  "delete": "nsgm delete",
20
+ "deletedb": "nsgm deletedb",
20
21
  "postversion": "git push && git push --tags",
21
22
  "test": "echo \"Error: no test specified\" && exit 1"
22
23
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nsgm-cli",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "A CLI tool to run Next/Style-components and Graphql/Mysql fullstack project",
5
5
  "main": "index.js",
6
6
  "scripts": {