浏览代码

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"
 }