Skip to content

Commit

Permalink
App: fix menu
Browse files Browse the repository at this point in the history
  • Loading branch information
isRuslan committed Dec 22, 2014
1 parent 4493fa9 commit a662b24
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -12,3 +12,4 @@ npm-shrinkwrap.json
._*
*/._*
*/*/._*
index.js
2 changes: 1 addition & 1 deletion exercises/introduction/solution/solution.js
@@ -1,4 +1,4 @@
funtion *foo () {
function* foo () {
yield 1;
yield 2;
}
Expand Down
2 changes: 1 addition & 1 deletion exercises/menu.json
@@ -1,4 +1,4 @@
[
"TEST_EXERCISE"
"TEST_EXERCISE",
"INTRODUCTION"
]
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -5,6 +5,9 @@
"type": "git",
"url": ""
},
"scripts": {
"start": "node --harmony demo-workshopper.js"
},
"license": "BSD-3-Clause",
"bin": "./demo-workshopper.js",
"dependencies": {
Expand Down

0 comments on commit a662b24

Please sign in to comment.