Skip to content

Commit 416faba

Browse files
committed
1.3.1
1 parent 8f90f52 commit 416faba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"name": "learn-generators",
33
"description": "Learn ES6 generators in practice.",
44
"author": "Ruslan Ismagilov <is.ismagilov@gmail.com>",
5-
"version": "1.3.0",
5+
"version": "1.3.1",
66
"repository": {
77
"type": "git",
88
"url": "git@github.com:isRuslan/learn-generators.git"
99
},
1010
"scripts": {
11-
"start": "node --harmony learn-generators.js"
11+
"start": "./start.js"
1212
},
1313
"bin": {
1414
"learn-generators": "./start.js"

0 commit comments

Comments
 (0)