create-sandi-ts-app 0.1.12 → 0.1.13

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": "create-sandi-ts-app",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "type": "module",
5
5
  "bin": "./dist/cli/index.js",
6
6
  "files": [
@@ -1,2 +1,3 @@
1
- # copy this as .env
2
- # .env files are set to be ignored by git. Only the sample file will be tracked.
1
+ # this file is committed to git as an example of the intended .env
2
+
3
+ # copy the structure of .env here, but don't include any sensitive data