create-wirejs-deploy-amplify-basic 1.0.9 → 1.0.11
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/bin.js +1 -1
- package/package.json +2 -2
package/bin.js
CHANGED
|
@@ -10,7 +10,7 @@ const copy = require('recursive-copy');
|
|
|
10
10
|
console.log(`
|
|
11
11
|
Amplify configuration written. Your next steps:
|
|
12
12
|
|
|
13
|
-
1. Commit the new configuration
|
|
13
|
+
1. Commit the new configuration files:
|
|
14
14
|
|
|
15
15
|
git add .
|
|
16
16
|
git commit -m "added amplify deployment config"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-wirejs-deploy-amplify-basic",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.11",
|
|
4
4
|
"description": "Initializes very basic Amplify deployment configuration.",
|
|
5
5
|
"author": "Jon Wire",
|
|
6
6
|
"license": "MIT",
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
"assets/*",
|
|
21
21
|
"README.md"
|
|
22
22
|
]
|
|
23
|
-
}
|
|
23
|
+
}
|