Skip to content

Commit

Permalink
f ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommytrg committed Aug 14, 2024
1 parent eda8949 commit 7ed0866
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v-witnet-components
# witvue

This template should help get you started developing with Vue 3 in Vite.

Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"name": "v-witnet-components",
"name": "witvue",
"version": "0.0.0",
"private": true,
"type": "module",
"types": "dist/index.d.ts",
"main": "dist/v-wit-components.umd.js",
"module": "dist/v-wit-components.es.js",
"main": "dist/witvue.umd.js",
"module": "dist/witvue.es.js",
"files": [
"dist"
],

"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
Expand Down
4 changes: 2 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export default defineConfig({
build: {
lib: {
entry: path.resolve(__dirname, 'src/index.ts'),
name: 'v-wit-components',
fileName: (format) => `v-wit-components.${format}.js`
name: 'witvue',
fileName: (format) => `witvue.${format}.js`
},
rollupOptions: {
external: ['vue'],
Expand Down

0 comments on commit 7ed0866

Please sign in to comment.