Procházet zdrojové kódy

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 před 8 roky
rodič
revize
34f7e39148
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      package.json

+ 1
- 1
package.json Zobrazit soubor

@@ -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
   },

Načítá se…
Zrušit
Uložit