Skip to content

Commit

Permalink
Update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 21, 2020
1 parent 8defdc6 commit ee8149b
Show file tree
Hide file tree
Showing 3 changed files with 1,462 additions and 1,491 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,22 +38,22 @@
"@babel/plugin-external-helpers": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@rollup/plugin-babel": "^5.0.0",
"@rollup/plugin-commonjs": "^13.0.0",
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-json": "^4.0.0",
"@rollup/plugin-node-resolve": "^8.0.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"babel-eslint": "^10.0.0",
"babel-jest": "^26.0.0",
"eslint": "^7.0.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.0.0",
"glob": "^7.0.0",
"hastscript": "^5.0.0",
"hastscript": "^6.0.0",
"jasmine-core": "^3.0.0",
"jest-cli": "^26.0.0",
"karma": "^5.0.0",
"karma-chrome-launcher": "^3.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^3.0.0",
"karma-jasmine": "^4.0.0",
"karma-mocha-reporter": "^2.0.0",
"karma-rollup-preprocessor": "^7.0.0",
"karma-safari-launcher": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import pkg from './package.json';
export default {
input: 'src/index.js',
output: [
{ file: pkg.main, format: 'cjs' },
{ file: pkg.main, format: 'cjs', exports: 'default' },
{ file: pkg.module, format: 'es' },
],
plugins: [
Expand Down

0 comments on commit ee8149b

Please sign in to comment.