Skip to content

Commit

Permalink
chore: use @rollup/plugin-node-resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
mjeanroy committed Apr 5, 2020
1 parent 22130c3 commit ed3d642
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"@babel/preset-env": "7.9.0",
"@babel/register": "7.9.0",
"@rollup/plugin-commonjs": "11.0.2",
"babel-plugin-add-module-exports": "^1.0.2",
"@rollup/plugin-node-resolve": "7.1.1",
"babel-plugin-add-module-exports": "1.0.2",
"eslint": "6.8.0",
"eslint-config-google": "0.14.0",
"fancy-log": "1.3.3",
Expand All @@ -62,7 +63,6 @@
"rimraf": "3.0.2",
"rollup": "2.3.3",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-prettier": "0.6.0",
"rollup-plugin-strip-banner": "2.0.0",
"tmp": "0.1.0"
Expand Down
2 changes: 1 addition & 1 deletion test/integration/it.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import tmp from 'tmp';
import fs from 'fs';
import _ from 'lodash';
import * as rollup from 'rollup';
import nodeResolve from 'rollup-plugin-node-resolve';
import nodeResolve from '@rollup/plugin-node-resolve';
import commonjs from '@rollup/plugin-commonjs';
import licensePlugin from '../../src/index.js';
import {join} from '../utils/join.js';
Expand Down

0 comments on commit ed3d642

Please sign in to comment.