Skip to content
Snippets Groups Projects
Commit 0fa78c50 authored by Moritz Stückler's avatar Moritz Stückler :cowboy:
Browse files

chore: rename package

parent f83f7ccc
No related branches found
No related tags found
No related merge requests found
{
"name": "@fchh/fabcity-map",
"name": "@fchh/fcos-suite-map",
"version": "0.0.7",
"main": "dist/fabcity-map.mjs",
"main": "dist/fcos-suite-map.mjs",
"scripts": {
"dev": "vite",
"build": "rm -rf dist && vite build",
......
......@@ -6,8 +6,8 @@ export default defineConfig({
build: {
lib: {
entry: resolve(__dirname, 'src/components/FabCityMap.tsx'),
name: 'fabcity-map',
fileName: 'fabcity-map',
name: 'fcos-suite-map',
fileName: 'fcos-suite-map',
},
rollupOptions: {
external: ['react', 'react-dom'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment