Skip to content

Commit cbdb9f4

Browse files
rollup.config.mjs updated.
1 parent 40211c2 commit cbdb9f4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.npmignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Remove original repository data
22
docs
3-
build
43
src
54
test
65
.babelrc

rollup.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ export default [
4848
{
4949
input: 'src/index.mjs',
5050
output: {
51-
file: 'dist/TinyAiApi.min.js',
51+
file: 'dist/forPromise.min.js',
5252
format: 'iife',
53-
name: 'TinyAiApi',
53+
name: 'forPromise',
5454
sourcemap: false,
5555
globals: {
5656
'lodash': '_',

0 commit comments

Comments
 (0)