File: drop-legacy-plugins.patch

package info (click to toggle)
node-tippex 3.0.0%2Bds-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 212 kB
  • sloc: javascript: 627; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 364 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Drop git in helper scripts
Author: Abraham Raji <avronr@tuta.io>
Last-Update: 2021-01-01

--- a/rollup.config.js
+++ b/rollup.config.js
@@ -1,5 +1,5 @@
 import buble from 'rollup-plugin-buble';
-import nodeResolve from 'rollup-plugin-node-resolve';
+import nodeResolve from '@rollup/plugin-node-resolve';
 
 const pkg = require( './package.json' );