Skip to content

Commit

Permalink
Merge pull request #33 from codyjdalton/terraform-fix
Browse files Browse the repository at this point in the history
Terraform fix
  • Loading branch information
codyjdalton authored May 5, 2018
2 parents 0b3c9b8 + 1087ef6 commit cb6df58
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 deletions.
19 changes: 0 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,25 +140,6 @@ Now you should be able to run your app:
> npm start
```

## Application Structure

Something like this is recommended:
.
├── ...
├── modules
│ ├── people
│ │ ├── services
│ │ │ ├── people.service
│ │ │ └── people.service.spec
│ │ ├── people.component.spec
│ │ └── people.component
├── app.module
├── app.component.spec
├── app.component
└── index

Find works for you and your team. Check out the Angular style guide for inspiration.

### What else?

You can't quite do everything below, but you can do *most* of what is shown below.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@litstack/core",
"version": "0.0.3",
"version": "0.0.5",
"description": "## Vision",
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit cb6df58

Please sign in to comment.