Remove unused file
This commit is contained in:
parent
ac772baebf
commit
651165d571
@ -1,11 +0,0 @@
|
||||
// @ts-check
|
||||
import pkgJson from '../node_modules/leaflet/package.json';
|
||||
|
||||
import { writeFileSync } from 'fs';
|
||||
|
||||
writeFileSync(
|
||||
'./node_modules/leaflet/package.json',
|
||||
JSON.stringify({
|
||||
...pkgJson,
|
||||
module: 'dist/leaflet-src.esm.js',
|
||||
}, null, 2));
|
Loading…
Reference in New Issue
Block a user