-
- Downloads
custom ol as dev dependency, users need to add custom-ol, github dependency problem
... | ... | @@ -33,7 +33,8 @@ |
"react-dom": "^15.3.2", | ||
"source-map-loader": "^0.1.5", | ||
"ts-loader": "^0.8.2", | ||
"webpack": "^1.13.2" | ||
"webpack": "^1.13.2", | ||
"custom-ol": "git://github.com/glennvorhes/custom-ol.git#master" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
... | ... | @@ -46,7 +47,6 @@ |
"jquery-layout": "1.0.0", | ||
"jquery-ui": "1.10.5", | ||
"es6-mixins": "^1.0.2", | ||
"floatthead": "^1.4.0", | ||
"custom-ol": "git://github.com/glennvorhes/custom-ol.git#master" | ||
"floatthead": "^1.4.0" | ||
} | ||
} |
Please register or sign in to comment