rearranged the pakcage.json

This commit is contained in:
Fabian Vogelsteller 2016-01-08 10:56:02 +01:00
parent 02d7d21782
commit b3c28ac830
2 changed files with 4 additions and 4 deletions

View File

@ -81,7 +81,7 @@ Property.prototype.extractCallback = function (args) {
*/
Property.prototype.attachToObject = function (obj) {
var proto = {
get: this.buildGet()
get: this.buildGet()
};
var names = this.name.split('.');

View File

@ -7,15 +7,15 @@
"directories": {
"lib": "./lib"
},
"browser": {
"xmlhttprequest": "./lib/utils/browser-xhr.js"
},
"dependencies": {
"bignumber.js": "debris/bignumber.js#master",
"crypto-js": "^3.1.4",
"utf8": "^2.1.1",
"xmlhttprequest": "*"
},
"browser": {
"xmlhttprequest": "./lib/utils/browser-xhr.js"
},
"devDependencies": {
"bower": ">=1.4.1",
"browserify": ">=10.0",