terraguardian-cli 0.2.3 → 0.3.1

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": "terraguardian-cli",
3
- "version": "0.2.3",
3
+ "version": "0.3.1",
4
4
  "description": "CLI that helps with projects that are built with terraform and helps with deployments of lambda src code",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -1,6 +1,6 @@
1
1
  // scaffold.js
2
2
 
3
- const Scaffolder = require('./Scaffolder');
3
+ const Scaffolder = require('./scaffolder');
4
4
 
5
5
  async function scaffold() {
6
6
  const scaffolder = new Scaffolder();