Skip to content

Commit

Permalink
Paths update
Browse files Browse the repository at this point in the history
  • Loading branch information
hide-on-bush-x committed Feb 27, 2023
1 parent 32a288e commit 637766c
Show file tree
Hide file tree
Showing 2 changed files with 12,484 additions and 12,182 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -2,10 +2,8 @@
"name": "@masa-finance/masa-react",
"version": "0.28.3-alpha.1",
"license": "MIT",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts",
"unpkg": "./dist/browser/masa-react.cjs2.min.js",
"module": "./dist/browser/masa-react.amd.min.js",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
"dist"
],
Expand Down Expand Up @@ -34,11 +32,11 @@
"@masa-finance/masa-sdk": "^1.6.0",
"@metamask/providers": "^10.2.1",
"babel-loader": "^9.1.2",
"clean-webpack-plugin": "^4.0.0",
"html-webpack-plugin": "^5.5.0",
"babel-plugin-import": "^1.13.6",
"babel-preset-react-app": "^10.0.1",
"clean-webpack-plugin": "^4.0.0",
"cssnano": "^5.1.15",
"html-webpack-plugin": "^5.5.0",
"node-sass": "^8.0.0",
"react": "^18.2.0",
"react-query": "^3.39.3",
Expand All @@ -59,6 +57,8 @@
"@storybook/builder-webpack5": "^6.5.16",
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/react": "^6.5.16",
"@types/jest": "^29.4.0",
"@types/mocha": "^10.0.1",
"@types/react": "^18.0.25",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
Expand Down

0 comments on commit 637766c

Please sign in to comment.