Skip to content

Commit

Permalink
update to version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Release Script authored and clmath committed Dec 3, 2014
1 parent 23fe0de commit 9aaa079
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
19 changes: 12 additions & 7 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "dtreemap",
"version": "0.2.0",
"version": "0.2.1",
"dependencies": {
"dojo": ">=1.9.1",
"dcl": "1.1.x",
"dcolor": "0.1.x",
"dpointer": "0.3.x",
"delite": "0.4.x",
"dpointer": "0.4.x",
"delite": "0.5.x",
"requirejs": "2.1.x",
"requirejs-dplugins": "0.3.x",
"requirejs-dplugins": "0.4.x",
"requirejs-domready": "2.0.x",
"dstore": "0.2.0"
"dstore": "1.0.x"
},
"keywords": [
"web-components",
Expand All @@ -27,8 +27,13 @@
"Firefox": ">=24"
},
"features": {
"a11y": ["JAWS", "highconstrast"],
"g11n": ["bidi"]
"a11y": [
"JAWS",
"highconstrast"
],
"g11n": [
"bidi"
]
}
}
}
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "dtreemap",
"version": "0.2.0",
"dependencies": {
},
"version": "0.2.1",
"dependencies": {},
"devDependencies": {
"intern": "1.6",
"grunt": "~0.4.2",
Expand Down

0 comments on commit 9aaa079

Please sign in to comment.