diff --git a/crates/neon-runtime/package.json b/crates/neon-runtime/package.json index 064bd1c77..4f7d2ad87 100644 --- a/crates/neon-runtime/package.json +++ b/crates/neon-runtime/package.json @@ -7,11 +7,9 @@ "build-release": "node-gyp build", "build-debug": "node-gyp build --debug" }, - "devDependencies": { - "nan": "^2.10.0" - }, "dependencies": { "bindings": "1.2.1", - "node-gyp": "^3.5.0" + "node-gyp": "^3.5.0", + "nan": "^2.10.0" } }