Manual bump of package.json (recovery) (#3295)

This commit is contained in:
Jaco Greeff 2016-11-09 00:07:06 +01:00 committed by GitHub
parent f9dc766ae2
commit 044a3f409b
2 changed files with 1 additions and 2 deletions

View File

@ -14,7 +14,6 @@
// You should have received a copy of the GNU General Public License
// along with Parity. If not, see <http://www.gnu.org/licenses/>.
// 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

View File

@ -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 <admin@parity.io>",