Skip to content

Commit

Permalink
Merge pull request #16 from equinor/change-module
Browse files Browse the repository at this point in the history
change-module
  • Loading branch information
mariush2 authored Jul 17, 2024
2 parents 567b7da + 71788f8 commit f701c29
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
VITE_NAME="Amplify SAM"
VITE_NAME=Amplify SAM
VITE_ENVIRONMENT_NAME=localhost
2 changes: 2 additions & 0 deletions .idea/amplify-sam.iml

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

4 changes: 2 additions & 2 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "@equinor/subsurface-app-management",
"version": "1.0.8",
"version": "1.0.9",
"description": "React Typescript components/hooks to communicate with equinor/sam",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"exports": "./dist/index.js",
"author": "Amplify Team",
"license": "ISC",
"homepage": "https://github.com/equinor/subsurface-app-management#readme",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"module": "esnext",
"lib": ["dom", "esnext"],
"types": ["node", "vite/client", "vitest/globals"],
"moduleResolution": "node",
"moduleResolution": "bundler",
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
Expand Down

0 comments on commit f701c29

Please sign in to comment.