Skip to content

Commit

Permalink
Update 1.0.3 : dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ChangJoo-Park committed Mar 26, 2018
1 parent ca6629f commit 72a6609
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "toss-node-api",
"version": "1.0.2",
"version": "1.0.3",
"description": "Testing TOSS API using node",
"main": "index.js",
"scripts": {
Expand All @@ -14,10 +14,10 @@
"author": "ChangJoo Park",
"license": "MIT",
"devDependencies": {
"nodemon": "^1.17.2"
"nodemon": "^1.17.2",
"shortid": "^2.2.8"
},
"dependencies": {
"node-fetch": "^2.1.1",
"shortid": "^2.2.8"
"node-fetch": "^2.1.1"
}
}

0 comments on commit 72a6609

Please sign in to comment.