Skip to content

Commit

Permalink
Merge branch 'master' of github.com:TheSavior/clean-git-ref
Browse files Browse the repository at this point in the history
  • Loading branch information
elicwhite committed Apr 4, 2016
2 parents 311c0cc + 1484eb9 commit 86b9c56
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 12 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "./node_modules/wealthfront-javascript/.eslintrc",
"parser": "babel-eslint",
"env": {
"node": true
"node": true,
"es6": true
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
},
"devDependencies": {
"babel-cli": "6.6.5",
"babel-eslint": "5.0.0",
"babel-eslint": "6.0.2",
"babel-preset-es2015": "6.6.0",
"babel-register": "^6.7.2",
"chai": "3.5.0",
"eslint": "1.10.3",
"jscs": "2.9.0",
"mocha": "2.3.4",
"wealthfront-javascript": "2.4.0"
"eslint": "2.6.0",
"jscs": "2.11.0",
"mocha": "2.4.5",
"wealthfront-javascript": "2.4.1"
},
"repository": {
"type": "git",
Expand Down
2 changes: 0 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict';

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

var chai = require('chai');

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

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

0 comments on commit 86b9c56

Please sign in to comment.