Skip to content

Commit fc7705a

Browse files
committed
Setup npm package
1 parent a6030d9 commit fc7705a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

package.json

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "episode-7",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Sequence async side-effects with ES6 generators and easily test them.",
55
"engines": {
66
"node": ">=6.2.0"
@@ -9,8 +9,12 @@
99
"scripts": {
1010
"test": "`npm bin`/ava *-test.js"
1111
},
12-
"author": "",
13-
"license": "ISC",
12+
"repository": {
13+
"type" : "git",
14+
"url" : "https://github.com/mars/episode-7.git"
15+
},
16+
"author": "m@marsorange.com",
17+
"license": "MIT",
1418
"devDependencies": {
1519
"ava": "^0.15.2"
1620
}

0 commit comments

Comments
 (0)