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

extend package.json information; set first major version

mightyplow пре 6 година
родитељ
комит
abe23bd96a
1 измењених фајлова са 8 додато и 4 уклоњено
  1. 8 4
      package.json

+ 8 - 4
package.json

@@ -1,7 +1,7 @@
 {
   "name": "@mightyplow/blindtext",
-  "version": "0.0.3",
-  "description": "",
+  "version": "1.0.0",
+  "description": "A JavaScript blindtext generator",
   "main": "blindtext.js",
   "scripts": {
     "test": "echo \"Error: no test specified\" && exit 1"
@@ -10,7 +10,11 @@
     "type": "git",
     "url": "git@git.mightyplow.net:mightyplow/js-blindtext.git"
   },
-  "keywords": [],
-  "author": "",
+  "keywords": ["lorem ipsum", "blindtext"],
+  "author": {
+    "name": "mightyplow",
+    "email": "mightyplow@gmail.com",
+    "url": "https://git.mightyplow.net/mightyplow"
+  },
   "license": "ISC"
 }