Skip to content

Commit

Permalink
Merge pull request #10 from holidaycheck/greenkeeper-update-all
Browse files Browse the repository at this point in the history
Update all dependencies 🌴
  • Loading branch information
lo1tuma committed Mar 18, 2016
2 parents b7746b0 + 33b07a0 commit 1ad1798
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": [ "es2015", "react" ]
}
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@
},
"homepage": "https://github.com/holidaycheck/react-google-tag-manager#readme",
"devDependencies": {
"babel": "^5.8.23",
"babel-cli": "^6.6.5",
"babel-preset-es2015": "6.6.0",
"babel-preset-react": "6.5.0",
"babel-register": "6.7.2",
"chai": "^3.3.0",
"chai-string": "^1.1.3",
"eslint": "2.4.0",
Expand Down
1 change: 0 additions & 1 deletion test/babelCompiler.js

This file was deleted.

2 changes: 1 addition & 1 deletion test/mocha.opts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--reporter spec
--recursive
--require ./test/setup.js
--compilers js:./test/babelCompiler.js
--compilers js:babel-register
2 changes: 1 addition & 1 deletion test/src/build_parts.spec.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { expect } from 'chai';
import buildParts from '../../src/build_parts';

const buildParts = require('../../src/build_parts');
let onlyIdArgs;
let parts;

Expand Down
2 changes: 1 addition & 1 deletion test/src/index.spec.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { expect } from 'chai';
import gtmParts from '../../src/index.jsx';

const gtmParts = require('../../src/index.jsx');
const gtmId = 'foobar-123';
const parts = gtmParts({ id: gtmId });

Expand Down

0 comments on commit 1ad1798

Please sign in to comment.