Skip to content

Commit

Permalink
- Updated dependencies
Browse files Browse the repository at this point in the history
- Bumped to version 1.1.0
  • Loading branch information
kfitzgerald committed Feb 24, 2021
1 parent 1ebeaed commit edabf13
Show file tree
Hide file tree
Showing 4 changed files with 1,157 additions and 1,266 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ sudo: true
language: node_js
node_js:
- lts/*
- '12'
- '10'
script:
- npm run report
Expand Down
2 changes: 1 addition & 1 deletion TreasureDataService.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use strict";

const TDClient = require('td');
const TDClient = require('td').TDClient;
const QueryString = require('querystring');

/**
Expand Down
Loading

0 comments on commit edabf13

Please sign in to comment.