File: change-main-entry-to-lib-index

package info (click to toggle)
node-typanion 3.8.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 376 kB
  • sloc: javascript: 51; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 531 bytes parent folder | download
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": {