Procházet zdrojové kódy

project json updates

Vladislav Gritsenko před 6 roky
rodič
revize
19d97b6297
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 3 3
      package.json

+ 3 - 3
package.json

@@ -1,10 +1,10 @@
 {
   "name": "enet.c",
   "version": "1.4.0",
-  "description": "ENet reliable UDP networking library Edit",
-  "main": "include/enet/enet.h",
+  "description": "ENet - Simple, lightweight and reliable UDP networking library written on pure C.",
+  "main": "include/enet.h",
   "directories": {
-    "doc": "docs"
+    "doc": "misc/docs"
   },
   "scripts": {
     "test": "echo \"Error: no test specified\" && exit 1"