Skip to content

Commit

Permalink
Dropbox api
Browse files Browse the repository at this point in the history
  • Loading branch information
ifrost committed Oct 29, 2017
1 parent 0948f7d commit 9f26e82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
impromptu: 'libs/jquery-impromptu.min',
jstree: 'libs/jstree.min',
cookie: 'libs/jquery.cookie',
dropbox: 'libs/dropbox.min',
dropbox: '../node_modules/dropbox/dist/Dropbox-sdk.min',
protoplast: '../node_modules/protoplast/dist/protoplast',
acceptance: '../test/acceptance',
'aw-parser': '../node_modules/aw-parser/dist/aw-parser.amd',
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"devDependencies": {
"chai": "^3.5.0",
"docdash": "^0.4.0",
"dropbox": "^2.5.12",
"eslint": "^3.17.1",
"express": "^4.14.0",
"findit": "^2.0.0",
Expand Down

0 comments on commit 9f26e82

Please sign in to comment.