Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Dwight Spencer (denzuko@mastodon.social) <dwight@lumeo.network>
  • Loading branch information
denzuko authored Oct 31, 2024
1 parent 8c5cad8 commit 8ea9cd8
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
{
"name": "dapp",
"version": "1.0.0",
"name": "3umgroup-Fortuna",
"version": "1.0.1",
"description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
"main": "jest.config.js",
"scripts": {
"start": "react-scripts start",
"preinstall": "npx npm-force-resolutions",
"prebuild": "npm test",
"build": "cross-env REACT_APP_ENV=production react-scripts build",
"start:prod": "REACT_APP_ENV=production react-scripts start",
"eject": "react-scripts eject",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
"test:coverage": "jest --coverage",
"version": "npm run build && git add -A dist",
"postversion": "git push && git push --tags && rm -rf build/temp"
},
"keywords": [],
"author": "",
"author": "3umgroup.com",
"license": "ISC",
"dependencies": {
"@3um-group/atomic-sdk": "^1.0.32",
Expand Down

0 comments on commit 8ea9cd8

Please sign in to comment.