Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wmakeev committed Jun 16, 2017
1 parent 547e539 commit b13d56b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
10 changes: 8 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moysklad",
"version": "0.2.0",
"version": "0.3.0",
"description": "Библиотека для работы с API сервиса МойСклад",
"main": "index.js",
"files": [
Expand Down Expand Up @@ -47,6 +47,7 @@
"dependencies": {
"@wmakeev/base64encode": "^1.0.0",
"have2": "1.0.0-beta.1",
"lodash.defaultsdeep": "^4.6.0",
"stampit": "^3.1.3"
},
"devDependencies": {
Expand All @@ -70,7 +71,7 @@
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"isomorphic-fetch": "^2.2.1",
"node-fetch": "^1.6.3",
"node-fetch": "^1.7.1",
"nyc": "^11.0.2",
"tap-spec": "^4.1.1",
"walkdir": "0.0.11"
Expand Down

0 comments on commit b13d56b

Please sign in to comment.