Include examples/ in the package.
authorRobert Sesek <rsesek@bluestatic.org>
Mon, 23 Mar 2020 12:18:57 +0000 (08:18 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Mon, 23 Mar 2020 12:18:57 +0000 (08:18 -0400)
package.json

index 71f498c2139e65c7f029a85addefd6c01e5c513e..ca095fc848cee54994ea581821b1246d5119118c 100644 (file)
@@ -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",