Skip to content

Commit

Permalink
Merge pull request #6 from Applelo/dev
Browse files Browse the repository at this point in the history
Fix demo build
  • Loading branch information
Applelo authored Aug 6, 2023
2 parents 6191a33 + 364811c commit 4b94e57
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 46 deletions.
46 changes: 12 additions & 34 deletions demo/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion demo/src/App.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script setup lang="ts">
import type { AnimationItem, LottiePlayer } from 'lottie-web'
import { ref } from 'vue'
import { Blottie, type BlottieExpose } from './../../src'
import { Blottie, type BlottieExpose } from './../../'
import animVueJS from './assets/vue-js.json'
const frame = ref(0)
Expand Down
3 changes: 1 addition & 2 deletions demo/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@
"skipLibCheck": true,
"noEmit": true
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"],
"references": [{ "path": "./tsconfig.node.json" }]
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"]
}
9 changes: 0 additions & 9 deletions demo/tsconfig.node.json

This file was deleted.

0 comments on commit 4b94e57

Please sign in to comment.