Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

Commit

Permalink
chore(deps): replace unmaintained rollup-plugin-cpy package
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Oct 26, 2021
1 parent 2a36b3e commit b1fdea4
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 740 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"prettier": "^2.2.1",
"print-message": "^3.0.1",
"rollup": "^2.39.0",
"rollup-plugin-copy-glob": "^0.3.2",
"rollup-plugin-copy-merge": "^0.2.0",
"rollup-plugin-cpy": "^2.0.1",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-emit-ejs": "^3.1.0",
"rollup-plugin-html": "^0.2.1",
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import progress from 'rollup-plugin-progress';
import mergeCopy from 'rollup-plugin-copy-merge';
import babel from '@rollup/plugin-babel';
import commonjs from '@rollup/plugin-commonjs';
import copy from 'rollup-plugin-cpy';
import copy from 'rollup-plugin-copy-glob';
import del from 'rollup-plugin-delete';
import emitEJS from 'rollup-plugin-emit-ejs';
import html from 'rollup-plugin-html';
Expand Down

0 comments on commit b1fdea4

Please sign in to comment.