Ver código fonte

Update rollup

Point entry to correct path.
tags/0.3.0
TheoryOfNekomata 4 anos atrás
pai
commit
543755efc8
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      rollup.config.js

+ 1
- 1
rollup.config.js Ver arquivo

@@ -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,


Carregando…
Cancelar
Salvar