Skip to content

Commit

Permalink
🔧 Organize dependences
Browse files Browse the repository at this point in the history
  • Loading branch information
zswang committed Sep 13, 2018
1 parent 4d7f232 commit 863c083
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"devDependencies": {
"@types/es6-promise": "0.0.33",
"@types/node": "^8.0.25",
"@types/redis": "^2.8.6",
"gulp": "^4.0.0",
"gulp-examplejs": "0.0.9",
"gulp-jdists": "^2.2.3",
Expand All @@ -40,8 +41,7 @@
"redis": "^2.8.0",
"should": "^13.2.1",
"ts-node": "^7.0.0",
"typescript": "^2.9.2",
"typings": "^2.1.1"
"typescript": "^2.9.2"
},
"scripts": {
"_update_version": "node version.js",
Expand All @@ -54,8 +54,5 @@
},
"files": [
"lib"
],
"dependencies": {
"@types/redis": "^2.8.6"
}
}
]
}

0 comments on commit 863c083

Please sign in to comment.