From e336789a4714e99e99b7e293ecc19786ce0c5ec8 Mon Sep 17 00:00:00 2001 From: RanaBug Date: Fri, 9 Aug 2024 11:49:43 +0100 Subject: [PATCH] postinstall message added --- package.json | 3 ++- post-message.js | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 post-message.js diff --git a/package.json b/package.json index 1329faa..5973be3 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "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" + "test:watch": "jest --watch", + "postinstall": "node post-message.js" }, "repository": { "type": "git", diff --git a/post-message.js b/post-message.js new file mode 100644 index 0000000..2a5bd37 --- /dev/null +++ b/post-message.js @@ -0,0 +1 @@ +console.log("Important: the 0.15.0 version has newly updated Factory Addresses. To access previous addresses, use 0.14.1 or below, and make sure assets are moved from wallets before updating to 0.15.0+.") \ No newline at end of file