소스 검색

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.
master
Lyubo Marinov 7 년 전
부모
커밋
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
   },

Loading…
취소
저장