Skip to content

Commit

Permalink
Merge pull request #2 from SobakaSlava/ns_update
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
IharKrasnik authored Jul 4, 2019
2 parents 3ede621 + 48c8fc4 commit 15c2479
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,5 @@ typings/
# npm lock file
package-lock.json

.idea

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paralect/email-service",
"version": "0.1.0",
"version": "0.2.0",
"author": "Paralect",
"description": "Mailgun wrapper",
"private": false,
Expand All @@ -17,18 +17,18 @@
"license": "MIT",
"dependencies": {
"@paralect/common-logger": "0.1.10",
"@paralect/eslint-config": "0.1.5",
"handlebars": "4.0.11",
"mailgun-js": "0.18.0"
"@paralect/eslint-config": "1.1.0",
"handlebars": "4.1.2",
"mailgun-js": "0.22.0"
},
"devDependencies": {
"all-contributors-cli": "4.11.2",
"babel-eslint": "8.2.3",
"eslint": "4.19.1",
"eslint-config-airbnb": "16.1.0",
"eslint-plugin-import": "2.12.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-react": "7.9.1"
"all-contributors-cli": "6.7.0",
"babel-eslint": "10.0.2",
"eslint": "6.0.1",
"eslint-config-airbnb": "17.1.1",
"eslint-plugin-import": "2.18.0",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.14.2"
},
"engines": {
"node": ">=8.0.0"
Expand Down
1 change: 0 additions & 1 deletion src/lib/promiseFs.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ module.exports = {
writeFile: promisify(fs.writeFile),
__fs: fs,
};

0 comments on commit 15c2479

Please sign in to comment.