From 0e624e0f63b0adaa2ced6f647b0d643db9bb7c48 Mon Sep 17 00:00:00 2001 From: Ryan Munro Date: Tue, 3 Aug 2021 18:59:33 -0400 Subject: [PATCH] test --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index e4c2124..6bb76c3 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,9 @@ "description": "Node.js to Python bridge ✨🐍🚀✨", "main": "index.js", "types": "index.d.ts", + "files": [ + "node_python_bridge.py" + ], "scripts": { "lint": "npm run lint:ts", "lint:ts": "tslint --project tsconfig.json --type-check",