Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Damon Oehlman committed Jul 20, 2012
1 parent 5e90a50 commit dc455ed
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"docs",
"sphinx"
],
"version": "0.1.2",
"version": "0.2.0",
"main": "index.js",
"bin": {
"docstar": "./bin/docstar"
Expand All @@ -25,19 +25,16 @@
"scaffolder": "0.6.x",
"underscore": "1.3.x"
},
"devDependencies": {
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/DamonOehlman/docstar.git"
},
"bugs": {
"url": "http://github.com/DamonOehlman/docstar/issues"
},

"scripts": {
"test": "mocha --reporter spec -t 3000"
"scripts": {
"test": "mocha --reporter spec -t 3000"
},

"contributors": []
}
}

0 comments on commit dc455ed

Please sign in to comment.