Skip to content

Commit

Permalink
Setup npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
mars committed Jul 5, 2016
1 parent a6030d9 commit fc7705a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "episode-7",
"version": "1.0.0",
"version": "1.0.1",
"description": "Sequence async side-effects with ES6 generators and easily test them.",
"engines": {
"node": ">=6.2.0"
Expand All @@ -9,8 +9,12 @@
"scripts": {
"test": "`npm bin`/ava *-test.js"
},
"author": "",
"license": "ISC",
"repository": {
"type" : "git",
"url" : "https://github.com/mars/episode-7.git"
},
"author": "[email protected]",
"license": "MIT",
"devDependencies": {
"ava": "^0.15.2"
}
Expand Down

0 comments on commit fc7705a

Please sign in to comment.