Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 15c7f74

Browse files
committed
add atob
1 parent 650f8b8 commit 15c7f74

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

initializers/v3client.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
var request = require('request');
1313
var _ = require('underscore');
1414
var async = require('async');
15+
var atob = require('atob');
1516

1617
/**
1718
* The URL of the V3 API

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
"validator": "~3.5.0",
4949
"wkhtmltoimage": ">= 0.1.3",
5050
"xml2js": "0.2.x",
51-
"xtend": "2.1.x"
51+
"xtend": "2.1.x",
52+
"atob": "2.0.3"
5253
},
5354
"devDependencies": {
5455
"supertest": "0.8.x",

0 commit comments

Comments
 (0)