소스 검색

project json updates

Vladislav Gritsenko 6 년 전
부모
커밋
19d97b6297
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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"