Преглед изворни кода

Update rollup

Point entry to correct path.
tags/0.3.0
TheoryOfNekomata пре 4 година
родитељ
комит
543755efc8
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      rollup.config.js

+ 1
- 1
rollup.config.js Прегледај датотеку

@@ -4,7 +4,7 @@ import typescript from '@rollup/plugin-typescript'

import pkg from './package.json'

const ENTRY_POINT = './index.ts'
const ENTRY_POINT = './lib/index.ts'

export default {
input: ENTRY_POINT,


Loading…
Откажи
Сачувај