From 044a3f409bbfc8e39355dce61a67898637f1a422 Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Wed, 9 Nov 2016 00:07:06 +0100 Subject: [PATCH] Manual bump of package.json (recovery) (#3295) --- js/build-server.js | 1 - js/package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/js/build-server.js b/js/build-server.js index f8c0eb828..c10630ab0 100644 --- a/js/build-server.js +++ b/js/build-server.js @@ -14,7 +14,6 @@ // You should have received a copy of the GNU General Public License // along with Parity. If not, see . // test only - /** * Run `PARITY_URL="127.0.0.1:8180" NODE_ENV="production" npm run build` * to build the project ; use this server to test that the minifed diff --git a/js/package.json b/js/package.json index f2a004140..2163889b5 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.2.19", + "version": "0.2.20", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",