create-sprint 0.0.116 → 0.0.118

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.
@@ -43,8 +43,7 @@ temp/
43
43
  export function getDockerIgnore() {
44
44
  return `node_modules
45
45
  npm-debug.log
46
- .env
47
- .env.*
46
+ .env.development
48
47
  .git
49
48
  .gitignore
50
49
  README.md
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-sprint",
3
- "version": "0.0.116",
3
+ "version": "0.0.118",
4
4
  "description": "Create a new Sprint API project",
5
5
  "type": "module",
6
6
  "bin": {
@@ -43,8 +43,7 @@ temp/
43
43
  export function getDockerIgnore() {
44
44
  return `node_modules
45
45
  npm-debug.log
46
- .env
47
- .env.*
46
+ .env.development
48
47
  .git
49
48
  .gitignore
50
49
  README.md