Fix rollup lint inssue

This commit is contained in:
microshine 2020-03-15 12:38:57 +03:00
parent ae9ac92c9e
commit fa2134c804
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
import typescript from "rollup-plugin-typescript2";
const pkg = require("./package.json");
import pkg from "./package.json";
const banner = [
"/**",
" * Copyright (c) 2019, Peculiar Ventures, All rights reserved.",
" * Copyright (c) 2019-2020, Peculiar Ventures, All rights reserved.",
" */",
"",
].join("\n");