create-directus-docker 1.2.7 → 1.2.8

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 (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,6 +12,7 @@ Once installed, simply run:
12
12
 
13
13
  ```bash
14
14
  cd <my-project>
15
+ npm install
15
16
  npm start
16
17
  ```
17
18
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-directus-docker",
3
3
  "description": "An installer for Dockerized Directus + MySQL + Adminer + GraphiQL with a helper Node app",
4
- "version": "1.2.7",
4
+ "version": "1.2.8",
5
5
  "type": "module",
6
6
  "author": {
7
7
  "name": "Dave Kobrenski",