Description: modernize use of NodeJS module rollup-plugin-json
Forwarded: no
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2021-11-07
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/build/rollup-config.js
+++ b/build/rollup-config.js
@@ -2,7 +2,7 @@
 // Config file for running Rollup in "normal" mode (non-watch)
 
 import inject from '@rollup/plugin-inject';
-import json from 'rollup-plugin-json'
+import json from '@rollup/plugin-json'
 
 let version = require('../package.json').version;
 let release;
