Skip to content

Commit

Permalink
Merge branch 'feature/SOF-6727' of github.com:Exabyte-io/wave.js into…
Browse files Browse the repository at this point in the history
… feature/SOF-6727
  • Loading branch information
VsevolodX committed Jul 25, 2023
2 parents b8d882e + 1cc67f3 commit 4bd80f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"prepublishOnly": "rm -rf dist; npm run transpile",
"start": "cross-env PORT=3002 SKIP_PREFLIGHT_CHECK=true react-scripts start",
"transpile": "babel --out-dir dist src && sass src/stylesheets:dist/stylesheets",
"transpile": "babel --extensions '.js,.jsx,.ts,.tsx' --out-dir dist src && sass src/stylesheets:dist/stylesheets",
"postinstall": "npm run transpile",
"test": "npx jest",
"lint": "eslint src tests",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@babel/runtime-corejs2": "7.16.7",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@exabyte-io/cove.js": "^2023.7.22-0",
"@exabyte-io/cove.js": "https://github.com/Exabyte-io/cove.js#cc48da9652840eb0f7d8854e02cb690484e6fab1",
"@exabyte-io/periodic-table.js": "2022.5.5-2",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.9",
Expand Down

0 comments on commit 4bd80f8

Please sign in to comment.