From 09411dcf40b1c7d957054b228cc88cef6063cc9c Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 23 Mar 2020 08:18:57 -0400 Subject: [PATCH] Include examples/ in the package. --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 71f498c..ca095fc 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "ustaxlib", "version": "1.0.0", "description": "A library for modeling individual US tax returns.", + "repository": "https://github.com/rsesek/ustaxlib", "scripts": { "dev": "jest --watch", "test": "jest", @@ -16,7 +17,8 @@ }, "files": [ "dist/**/*", - "src/**/*" + "src/**/*", + "examples/**/*" ], "devDependencies": { "@types/jest": "^25.1.2", -- 2.22.5