Description: change the entry point in package.json from sources/index.js to lib/index.js
Author: Sunday Nkwuda <scletus40@yahoo.com>
Forwarded: not-needed
Last-Update: 2021-05-08
Index: node-typanion/package.json
===================================================================
--- node-typanion.orig/package.json
+++ node-typanion/package.json
@@ -1,7 +1,7 @@
 {
   "name": "typanion",
   "version": "3.8.0",
-  "main": "sources/index",
+  "main": "lib/index",
   "license": "MIT",
   "sideEffects": false,
   "repository": {
