diff --git a/bower.json b/bower.json index bb8819b8..85d38f31 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "orgchart", - "version": "2.0.2", + "version": "2.0.3", "homepage": "https://github.com/dabeng/OrgChart", "authors": [ "dabeng " diff --git a/package.json b/package.json index bd006c3b..c044ed4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "orgchart", - "version": "2.0.2", + "version": "2.0.3", "description": "Simple and direct organization chart(tree-like hierarchy) plugin based on pure DOM and jQuery.", "main": "./dist/js/jquery.orgchart.js", "style": [ @@ -34,5 +34,9 @@ "font-awesome": "^4.6.3", "jquery-mockjax": "^2.2.0", "html2canvas": "^0.5.0-beta4" + }, + "devDependencies": { + "chai": "^4.1.0", + "mocha": "^3.4.2" } }