浏览代码

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

正在加载...
取消
保存