Skip to content

Commit 8f8e6d5

Browse files
Merge pull request #97 from avadev/travis-fix
added dependency to travis
2 parents 6ebd5e3 + 6dd9b06 commit 8f8e6d5

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ notifications:
66
on_success: never
77
on_failure: never
88
before_deploy:
9+
- npm install eslint
910
- npm run lint
1011
- npm run build
1112
- echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc

lib/AvaTaxClient.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* @author Ted Spence <[email protected]>
1111
* @copyright 2004-2018 Avalara, Inc.
1212
* @license https://www.apache.org/licenses/LICENSE-2.0
13-
* @version 19.9.1
13+
* @version 19.9.2
1414
* @link https://github.com/avadev/AvaTax-REST-V2-JS-SDK
1515
*/
1616

@@ -41,7 +41,7 @@ export default class AvaTaxClient {
4141
appName +
4242
'; ' +
4343
appVersion +
44-
'; JavascriptSdk; 19.9.1; ' +
44+
'; JavascriptSdk; 19.9.2; ' +
4545
machineName;
4646
}
4747

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "avatax",
3-
"version": "19.9.1",
3+
"version": "19.9.2",
44
"description": "AvaTax v2 SDK for languages using JavaScript",
55
"main": "index.js",
66
"homepage": "https://github.com/avadev/AvaTax-REST-V2-JS-SDK",

0 commit comments

Comments
 (0)