Skip to content

Commit

Permalink
new JS features introduced, support for promises
Browse files Browse the repository at this point in the history
  • Loading branch information
janzal committed Jul 19, 2017
1 parent 532ff05 commit 4138385
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "twitter-media",
"description": "Library for handling Twitter media uploads",
"engines" : {
"node" : ">=6.0.0"
"engines": {
"node": ">=6.0.0"
},
"contributors": [
"Jan Zaloudek",
Expand All @@ -13,7 +13,7 @@
"type": "git",
"url": "http://github.com/janzal/twitter-media.git"
},
"version": "0.1.2",
"version": "0.2.0",
"main": "src/index.js",
"files": [
"src"
Expand Down

0 comments on commit 4138385

Please sign in to comment.