Sfoglia il codice sorgente

Update rollup

Point entry to correct path.
tags/0.3.0
parent
commit
543755efc8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      rollup.config.js

+ 1
- 1
rollup.config.js Vedi File

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


Caricamento…
Annulla
Salva