Skip to content

Commit

Permalink
Refresh dependencies (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
tizmagik authored May 13, 2017
1 parent 7b3ad0d commit aa263ee
Show file tree
Hide file tree
Showing 4 changed files with 366 additions and 378 deletions.
13 changes: 13 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Copyright (c) 2017 The New York Times Company

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this library except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
],
"license": "Apache-2.0",
"main": "build/index.js",
"module": "src/index.js",
"files": [
"build"
],
Expand Down Expand Up @@ -57,7 +56,7 @@
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-eslint": "^7.1.1",
"babel-eslint": "^7.2.3",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
Expand All @@ -66,8 +65,8 @@
"enzyme": "^2.8.2",
"eslint": "^3.12.2",
"eslint-config-kyt": "^0.0.1",
"jest": "^18.1.0",
"prop-types": "^15.5.8",
"jest": "^20.0.1",
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-test-renderer": "^15.5.4"
Expand Down
2 changes: 1 addition & 1 deletion src/__tests__/e2e.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe('e2e', () => {
const track = require('../').default;

beforeEach(() => {
jest.resetAllMocks();
jest.clearAllMocks();
});

it('defaults to dispatchTrackingEvent when no dispatch function passed in to options', () => {
Expand Down
Loading

0 comments on commit aa263ee

Please sign in to comment.