Skip to content

Commit

Permalink
v4.4.2: remove prepublishOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
10xSebastian committed Oct 26, 2022
1 parent c79b29a commit 42d667c
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@depay/react-token-image",
"moduleName": "ReactTokenImage",
"version": "4.4.1",
"version": "4.4.2",
"description": "React component to display token images with fallbacks and unknown state.",
"main": "./dist/umd/index.js",
"module": "./dist/esm/index.js",
Expand All @@ -12,7 +12,6 @@
"build": "rm -rf dist && rollup -c rollup.module.config.js",
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
"lint:fix": "eslint \"src/**/*.{js,jsx,ts,tsx}\" --fix",
"prepublishOnly": "yarn build",
"dev": "rollup -c rollup.dev.config.js -w",
"test:jest": "npx jest --no-cache",
"test:cypress": "yarn cypress run",
Expand All @@ -36,8 +35,8 @@
"private": false,
"dependencies": {},
"peerDependencies": {
"@depay/web3-blockchains": "^6.2.2",
"@depay/web3-constants": "^6.3.1",
"@depay/web3-blockchains": "^6.2.3",
"@depay/web3-constants": "^6.3.2",
"react": "^18",
"react-dom": "^18"
},
Expand All @@ -48,8 +47,8 @@
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.12.7",
"@babel/preset-react": "^7.12.7",
"@depay/web3-blockchains": "^6.2.2",
"@depay/web3-constants": "^6.3.1",
"@depay/web3-blockchains": "^6.2.3",
"@depay/web3-constants": "^6.3.2",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-replace": "^2.4.2",
Expand Down

0 comments on commit 42d667c

Please sign in to comment.