Skip to content

Commit

Permalink
Update dependencies and bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjrv committed May 19, 2016
1 parent ff777a1 commit de40569
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docts",
"version": "0.0.4",
"version": "0.1.0",
"description": "README.md API section autogenerator for TypeScript projects",
"main": "dist/docts.js",
"typings": "dist/docts.d.ts",
Expand All @@ -25,12 +25,12 @@
},
"homepage": "https://github.com/charto/docts#readme",
"dependencies": {
"bluebird": "^3.3.4",
"readts": "~0.0.4",
"ts-git": "~0.0.2"
"bluebird": "^3.4.0",
"readts": "~0.1.0",
"ts-git": "~0.1.0"
},
"devDependencies": {
"typescript": "^1.8.9",
"typings": "~0.7.12"
"typescript": "^1.8.10",
"typings": "~0.8.1"
}
}
4 changes: 2 additions & 2 deletions typings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "docts",
"version": false,
"dependencies": {
"bluebird": "registry:npm/bluebird#3.2.1+20160211005852"
"bluebird": "registry:npm/bluebird#3.3.4+20160515010139"
},
"ambientDependencies": {
"node": "registry:dt/node#4.0.0+20160330064709"
"node": "registry:dt/node#4.0.0+20160509154515"
}
}

0 comments on commit de40569

Please sign in to comment.