We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f90f52 commit 416fabaCopy full SHA for 416faba
package.json
@@ -2,13 +2,13 @@
2
"name": "learn-generators",
3
"description": "Learn ES6 generators in practice.",
4
"author": "Ruslan Ismagilov <is.ismagilov@gmail.com>",
5
- "version": "1.3.0",
+ "version": "1.3.1",
6
"repository": {
7
"type": "git",
8
"url": "git@github.com:isRuslan/learn-generators.git"
9
},
10
"scripts": {
11
- "start": "node --harmony learn-generators.js"
+ "start": "./start.js"
12
13
"bin": {
14
"learn-generators": "./start.js"
0 commit comments