Browse Source

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 years ago
parent
commit
34f7e39148
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      package.json

+ 1
- 1
package.json View File

@@ -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…
Cancel
Save