Skip to content

Commit

Permalink
Обновление модели (v0.5.0) и сборок
Browse files Browse the repository at this point in the history
  • Loading branch information
wmakeev committed Aug 25, 2016
1 parent 305cbf5 commit 493516d
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*.sublime*
.idea
.c9revisions
_some
_temp
node_modules
!src/node_modules
npm-debug.log
6 changes: 3 additions & 3 deletions build/browser/moysklad-client.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/gs/client.gs
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ module.exports={
"colors": "~0.6.2",
"lodash": "^2.4.1",
"moment": "~2.5.0",
"moysklad-model": "^0.4.1",
"moysklad-model": "^0.5.0",
"stampit": "~0.7.1",
"tracer": "~0.6.1",
"xmldom": "~0.1.17"
Expand Down
4 changes: 2 additions & 2 deletions build/gs/map.gs

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/gs/vendor.gs
Original file line number Diff line number Diff line change
Expand Up @@ -6955,8 +6955,6 @@ Jsonix.Context.Unmarshaller = Jsonix.Class({

},{"fs":1,"xmldom":"7cRTiX"}],"./vendor/jsonix":[function(require,module,exports){
module.exports=require('kw5LsE');
},{}],"./vendor/moneytostr":[function(require,module,exports){
module.exports=require('sicwBz');
},{}],"sicwBz":[function(require,module,exports){
/*
* Copyright 2013 Valentyn Kolesnikov
Expand Down Expand Up @@ -7835,4 +7833,6 @@ module.exports = {
Language: Language,
Currency: Currency
};
},{}],"./vendor/moneytostr":[function(require,module,exports){
module.exports=require('sicwBz');
},{}]},{},[]);
6 changes: 3 additions & 3 deletions build/taist/moysklad-client.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"colors": "~0.6.2",
"lodash": "^2.4.1",
"moment": "~2.5.0",
"moysklad-model": "~0.4.1",
"moysklad-model": "^0.5.0",
"stampit": "~0.7.1",
"tracer": "~0.6.1",
"xmldom": "~0.1.17"
Expand Down

0 comments on commit 493516d

Please sign in to comment.