Преглед изворни кода

set wiki specific properties

mitm001 пре 5 година
родитељ
комит
2d0600ebd4
2 измењених фајлова са 6 додато и 5 уклоњено
  1. 1 1
      package-lock.json
  2. 5 4
      package.json

+ 1 - 1
package-lock.json

@@ -1,6 +1,6 @@
 {
   "name": "wiki",
-  "version": "1.0.0",
+  "version": "1.0.1",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {

+ 5 - 4
package.json

@@ -1,22 +1,23 @@
 {
   "name": "wiki",
-  "version": "1.0.0",
-  "description": ":experimental:",
+  "version": "1.0.1",
+  "description": "jMonkeyEngine Documentation",
   "main": "index.js",
   "directories": {
     "doc": "docs",
     "lib": "lib"
   },
   "scripts": {
-    "test": "echo \"Error: no test specified\" && exit 1"
+    "buildDocs": "$(npm bin)/antora --stacktrace jmedocs-playbook.yml"
   },
+  "private": true,
   "repository": {
     "type": "git",
     "url": "git+https://github.com/jMonkeyEngine/wiki.git"
   },
   "keywords": [],
   "author": "",
-  "license": "ISC",
+  "license": "BSD-3-Clause",
   "bugs": {
     "url": "https://github.com/jMonkeyEngine/wiki/issues"
   },