From: Robert Sesek Date: Mon, 23 Mar 2020 12:18:57 +0000 (-0400) Subject: Include examples/ in the package. X-Git-Tag: 1.0.1~1 X-Git-Url: https://src.bluestatic.org/?a=commitdiff_plain;h=09411dcf40b1c7d957054b228cc88cef6063cc9c;p=ustaxlib.git Include examples/ in the package. --- 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",