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 Mar 3, 2016
1 parent 3c13e3e commit f1750df
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cxsd",
"version": "0.0.6",
"version": "0.1.0",
"description": "Streaming XSD parser and XML parser generator with TypeScript output",
"bin": {
"cxsd": "cxsd-cli.js"
Expand All @@ -22,14 +22,14 @@
},
"homepage": "https://github.com/charto/cxsd#readme",
"dependencies": {
"bluebird": "~3.3.1",
"bluebird": "~3.3.3",
"cget": "~0.0.5",
"commander": "~2.9.0",
"cxml": "~0.0.5",
"cxml": "~0.1.0",
"node-expat": "~2.3.13"
},
"devDependencies": {
"typescript": "~1.9.0-dev.20160205",
"typings": "~0.6.8"
"typescript": "~1.8.7",
"typings": "~0.6.9"
}
}

0 comments on commit f1750df

Please sign in to comment.