diff --git a/.gitignore b/.gitignore index b08e401..c3b3472 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ build/ bin/uriparser.node *.sw? +node_modules/ \ No newline at end of file diff --git a/package.json b/package.json index 38eb98f..167f273 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uriparser", - "version": "2.3.1", + "version": "3.0.0", "description": "Fastest uriparser, written in C", "keywords": [ "uriparser", @@ -13,13 +13,14 @@ "Marcin Kaciuba " ], "dependencies": { - "nan": "~2.14.0" + "nan": "~2.18.0" }, "devDependencies": { "jasmine-node": "1.14.5" }, "scripts": { - "test": "jasmine-node tests/*" + "test": "jasmine-node tests/*", + "preinstall": "git submodule update --init --recursive" }, "main": "./bin/uriparser.node", "repository": {