git.fiddlerwoaroof.com
Browse code

feat(npm): update metadata and files to include

Edward Langley authored on 22/03/2022 02:40:52
Showing 1 changed files
... ...
@@ -4,6 +4,7 @@
4 4
   "type": "module",
5 5
   "version": "0.1.0",
6 6
   "description": "Small functional utilities",
7
+  "repository": "https://github.com/fiddlerwoaroof/js-data-lens.git",
7 8
   "main": "index.js",
8 9
   "scripts": {
9 10
     "test": "NODE_OPTIONS=--experimental-vm-modules npx jest"
... ...
@@ -17,5 +18,9 @@
17 18
   "license": "Apache v2",
18 19
   "dependencies": {
19 20
     "jest": "^27.5.1"
20
-  }
21
+  },
22
+  "files": [
23
+    "index.js",
24
+    "README.md"
25
+  ]
21 26
 }