浏览代码

Add repository to package.json

tags/v0.2.0
Dylan Baker 5 年前
父节点
当前提交
76eea85cc6
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4
    0
      package.json

+ 4
- 0
package.json 查看文件

8
     "test": "tape test.js | faucet"
8
     "test": "tape test.js | faucet"
9
   },
9
   },
10
   "author": "Dylan Baker <dylan@simulacrum.party>",
10
   "author": "Dylan Baker <dylan@simulacrum.party>",
11
+  "repository": {
12
+    "type": "git",
13
+    "url": "https://git.simulacrum.party/simulacrumparty/prettier-default-config"
14
+  },
11
   "license": "MIT",
15
   "license": "MIT",
12
   "files": [
16
   "files": [
13
     "index.js"
17
     "index.js"

正在加载...
取消
保存