Skip to content

Commit

Permalink
Update wealthfront-javascript to version 3.0.1 🚀 (#8)
Browse files Browse the repository at this point in the history
* chore(package): update wealthfront-javascript to version 3.0.1
  • Loading branch information
greenkeeperio-bot authored and elicwhite committed Apr 12, 2016
1 parent ea45503 commit 81670d2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"eslint": "^2.7.0",
"jscs": "^2.11.0",
"mocha": "^2.4.5",
"wealthfront-javascript": "^2.4.1"
"wealthfront-javascript": "^3.0.1"
},
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict';

const CleanGitRef = {
clean(value) {
if (typeof value !== 'string') {
Expand Down
2 changes: 2 additions & 0 deletions test/js/setup.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict';

var chai = require('chai');

chai.config.includeStack = true;
Expand Down
2 changes: 2 additions & 0 deletions test/src-test/index_test.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict';

const assert = require('chai').assert;
const spawn = require('child_process').spawn;
const cleanGitRef = require('../../src/index');
Expand Down

0 comments on commit 81670d2

Please sign in to comment.