Skip to content

Commit

Permalink
fixed dependencies version problems
Browse files Browse the repository at this point in the history
  • Loading branch information
chensivan committed Oct 29, 2015
1 parent 0554024 commit 9382e64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/voice-assist.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ recorder.serialize = function() {
recorder.config = {
uploadURL: {
title: 'Upload URL',
//default: 'http://107.170.177.159:3000/upload_recording',
// default: 'http://107.170.177.159:3000/upload_recording',
default: 'http://localhost:3000/upload_recording',
type: 'string'
},
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {
"recordrtc": "latest",
"recordrtc": "5.1.x",
"atom-helpers": "latest",
"jquery": "latest",
"diff": "latest",
"archiver": "latest",
"fs-extra": "latest",
"archiver": "0.14.x",
"fs-extra": "latest",
"request": "latest",
"form-data": "latest"
}
Expand Down

0 comments on commit 9382e64

Please sign in to comment.