Skip to content

Commit f46cac1

Browse files
committed
版本更新
1 parent 56c4bc9 commit f46cac1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
```
1818

1919
```js
20-
import { parse } from 'pptxtojson/dist/index.esm'
20+
import { parse } from 'pptxtojson'
2121

2222
document.querySelector('input').addEventListener('change', evt => {
2323
const file = evt.target.files[0]

rollup.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ export default {
2525
{
2626
file: 'dist/index.js',
2727
format: 'es',
28-
name: 'pptxtojson',
2928
sourcemap: true,
3029
},
3130
],

0 commit comments

Comments
 (0)