From af327524edf916c4c33cabfe2a584bc807df9282 Mon Sep 17 00:00:00 2001 From: Andrea Colaci Date: Mon, 9 May 2016 16:31:37 +0100 Subject: [PATCH] package update --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e45eb1118..cf1685b7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rapidjson", - "version": "1.0.2", + "version": "1.0.3", "description": "![](doc/logo/rapidjson.png)", "main": "index.js", "directories": { @@ -20,5 +20,6 @@ "bugs": { "url": "https://github.com/milkandsour/rapidjson/issues" }, - "homepage": "https://github.com/milkandsour/rapidjson#readme" + "homepage": "https://github.com/milkandsour/rapidjson#readme", + "main": "include_dirs.js" }