Skip to content

Commit

Permalink
fix(): missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
mkucharz committed Dec 18, 2017
1 parent bb1ff19 commit e8bf693
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/template-project-empty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "src/index.js",
"license": "MIT",
"files": [
"src",
"template"
],
"publishConfig": {
Expand Down
3 changes: 2 additions & 1 deletion packages/template-project-hello/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "@syncano/template-project-hello",
"description": "Hello World Project",
"description": "Hello World Project Template",
"version": "0.4.2",
"license": "MIT",
"main": "src/index.js",
"files": [
"src",
"template"
],
"publishConfig": {
Expand Down

0 comments on commit e8bf693

Please sign in to comment.