Explorar el Código

Update rollup

Point entry to correct path.
tags/0.3.0
TheoryOfNekomata hace 4 años
padre
commit
543755efc8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      rollup.config.js

+ 1
- 1
rollup.config.js Ver fichero

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


Cargando…
Cancelar
Guardar