Skip to content

Commit

Permalink
Merge pull request #160 from etherspot/fix/postintall-message
Browse files Browse the repository at this point in the history
fix/postintall-message
  • Loading branch information
RanaBug authored Aug 9, 2024
2 parents 985fd00 + 3ce929e commit 2d72039
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [0.15.1] - 2024-08-09

### Added Changes
- Remove postinstall script

## [0.15.0] - 2024-08-08

### Breaking Changes
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"name": "@etherspot/transaction-kit",
"description": "React Etherspot Transaction Kit",
"version": "0.15.0",
"version": "0.15.1",
"main": "dist/cjs/index.js",
"scripts": {
"rollup:build": "NODE_OPTIONS=--max-old-space-size=8192 rollup -c",
"rollup:watch": "rimraf ./node_modules/react ./node_modules/react-dom && rollup -c -w",
"test": "jest __tests__ --silent --detectOpenHandles",
"test:watch": "jest --watch",
"postinstall": "node post-message.js"
"test:watch": "jest --watch"
},
"repository": {
"type": "git",
Expand Down
1 change: 0 additions & 1 deletion post-message.js

This file was deleted.

0 comments on commit 2d72039

Please sign in to comment.