Skip to content

Commit

Permalink
Remove @dojo dependency
Browse files Browse the repository at this point in the history
* Switch from using @dojo to @theintern/common for utility modules.
* Return CancellablePromise interface from methods instead of concrete
  Task class
* Ensure all interfaces and classes for public use are explicitly
  exported
* Update dependencies
  • Loading branch information
jason0x43 committed Sep 12, 2018
1 parent fc1248f commit ff4331a
Show file tree
Hide file tree
Showing 21 changed files with 11,160 additions and 10,039 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
@@ -1,6 +1,8 @@
sudo: false
language: node_js
node_js:
- 6
- 'lts/*'
- 'node'
env:
global:
# Please get your own free key if you want to test yourself
Expand Down

0 comments on commit ff4331a

Please sign in to comment.