Skip to content

Commit

Permalink
Update to use Stateful from decor instead of delite; increment versio…
Browse files Browse the repository at this point in the history
…n number for consumption in gfx (to avoid that the dbidi version required by gfx requires a different version of delite than for instance deliteful if both gfx and deliteful are installed)
  • Loading branch information
Adrian Vasiliu committed Jul 30, 2014
1 parent 9f631d7 commit c634877
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion TextLayoutEngine.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
define([
"dcl/dcl",
"delite/Stateful"
"decor/Stateful"
], function (dcl, Stateful) {

var TextLayoutEngine = dcl(Stateful, {
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0-dev",
"dependencies": {
"dcl": "1.1",
"delite": "0.1.x"
"decor": "0.2.0-beta"
},
"devDependencies": {
"requirejs": "2.1.x"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dbidi",
"version": "0.1.0-dev",
"version": "0.1.1-dev",
"repository": {
"type": "git",
"url": "http://github.com/ibm-js/dbidi.git"
Expand Down

0 comments on commit c634877

Please sign in to comment.