Skip to content

Commit

Permalink
[enzyme-adapter-react-helper] use airbnb-js-shims for older envs
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 22, 2018
1 parent 340f105 commit a79fb24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/enzyme-adapter-react-helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"react": "0.13.x || 0.14.x || ^15.0.0-0 || ^16.0.0-0"
},
"dependencies": {
"airbnb-js-shims": "^1.4.0",
"install-peerdeps": "^1.4.1",
"npm-run": "^4.1.2",
"object.assign": "^4.1.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#! /usr/bin/env node
/* eslint no-console: 0 */

import 'airbnb-js-shims';

import semver from 'semver';
import npmRun from 'npm-run';

Expand Down

0 comments on commit a79fb24

Please sign in to comment.