Skip to content

Commit

Permalink
Merge pull request #292 from CivicDataLab/dev
Browse files Browse the repository at this point in the history
add module in package
  • Loading branch information
PixeledCode authored Dec 19, 2023
2 parents c4c3b84 + a04c984 commit 891f71a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion packages/opub-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "opub-ui",
"description": "OPub UI Library",
"version": "0.0.97",
"version": "0.0.98",
"private": false,
"license": "MIT",
"author": "CivicDataLab <tech@civicdatalab.in>",
Expand All @@ -24,6 +24,7 @@
],
"sideEffects": false,
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/ts/index.d.ts",
"files": [
"dist",
Expand Down
3 changes: 0 additions & 3 deletions packages/opub-ui/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ export default defineConfig(() => ({
globals: true,
environment: 'happy-dom',
},
resolve: {
preserveSymlinks: true,
},
css: {
preprocessorOptions: {
scss: {
Expand Down
3 changes: 2 additions & 1 deletion packages/opub-viz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
],
"sideEffects": false,
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/ts/index.d.ts",
"files": [
"dist",
Expand Down Expand Up @@ -63,7 +64,7 @@
"echarts-for-react": "^3.0.2",
"leaflet": "^1.9.4",
"lucide-react": "^0.268.0",
"opub-ui": "^0.0.97",
"opub-ui": "^0.0.98",
"react-leaflet": "^4.2.1",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7"
Expand Down
1 change: 1 addition & 0 deletions packages/opub-viz/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const getPlugins = () => {
'node_modules',
'build',
'dist',
'viteDist',
'scripts',
'.storybook',
'**/*.stories.tsx',
Expand Down

1 comment on commit 891f71a

@vercel
Copy link

@vercel vercel bot commented on 891f71a Dec 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

opub-www – ./apps/www

opub-www-civicdatalab.vercel.app
opub-www.vercel.app
opub-www-git-main-civicdatalab.vercel.app

Please sign in to comment.