Skip to content

Commit

Permalink
fix(): structure of template packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mkucharz committed Dec 18, 2017
1 parent 41f044b commit 722d28f
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 108 deletions.
3 changes: 1 addition & 2 deletions packages/template-project-empty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
"name": "@syncano/template-project-empty",
"description": "Empty Project",
"version": "0.4.2",
"main": "index.js",
"main": "src/index.js",
"license": "MIT",
"files": [
"index.js",
"template"
],
"publishConfig": {
Expand Down
4 changes: 0 additions & 4 deletions packages/template-project-empty/template/.gitignore

This file was deleted.

2 changes: 0 additions & 2 deletions packages/template-project-empty/template/syncano/.gitignore

This file was deleted.

Empty file.
3 changes: 1 addition & 2 deletions packages/template-project-hello/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
"description": "Hello World Project",
"version": "0.4.2",
"license": "MIT",
"main": "index.js",
"main": "src/index.js",
"files": [
"index.js",
"template"
],
"publishConfig": {
Expand Down
4 changes: 0 additions & 4 deletions packages/template-project-hello/template/.gitignore

This file was deleted.

2 changes: 0 additions & 2 deletions packages/template-project-hello/template/syncano/.gitignore

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

38 changes: 0 additions & 38 deletions packages/template-project-hello/template/syncano/hello/socket.yml

This file was deleted.

This file was deleted.

Empty file.

0 comments on commit 722d28f

Please sign in to comment.