1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
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": {
|