File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ notifications:
6
6
on_success : never
7
7
on_failure : never
8
8
before_deploy :
9
+ - npm install eslint
9
10
- npm run lint
10
11
- npm run build
11
12
- echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
Original file line number Diff line number Diff line change 10
10
* @author Ted Spence <[email protected] >
11
11
* @copyright 2004-2018 Avalara, Inc.
12
12
* @license https://www.apache.org/licenses/LICENSE-2.0
13
- * @version 19.9.1
13
+ * @version 19.9.2
14
14
* @link https://github.com/avadev/AvaTax-REST-V2-JS-SDK
15
15
*/
16
16
@@ -41,7 +41,7 @@ export default class AvaTaxClient {
41
41
appName +
42
42
'; ' +
43
43
appVersion +
44
- '; JavascriptSdk; 19.9.1 ; ' +
44
+ '; JavascriptSdk; 19.9.2 ; ' +
45
45
machineName ;
46
46
}
47
47
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " avatax" ,
3
- "version" : " 19.9.1 " ,
3
+ "version" : " 19.9.2 " ,
4
4
"description" : " AvaTax v2 SDK for languages using JavaScript" ,
5
5
"main" : " index.js" ,
6
6
"homepage" : " https://github.com/avadev/AvaTax-REST-V2-JS-SDK" ,
You can’t perform that action at this time.
0 commit comments