瀏覽代碼

Coding style: consistency

It seems to me that npm 5 starting adding github: as the protocol of
dependencies in package.json which are from GitHub. I personally don't
know which npm version supports these and whether we care about such a
support. Anyway, having some use github: and most not is not consistent.
j8
Lyubo Marinov 8 年之前
父節點
當前提交
34f7e39148
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      package.json

+ 1
- 1
package.json 查看文件

@@ -71,7 +71,7 @@
71 71
     "redux": "3.7.2",
72 72
     "redux-thunk": "2.2.0",
73 73
     "styled-components": "1.3.0",
74
-    "url-polyfill": "github:github/url-polyfill",
74
+    "url-polyfill": "github/url-polyfill",
75 75
     "uuid": "3.1.0",
76 76
     "xmldom": "0.1.27"
77 77
   },

Loading…
取消
儲存