custom ol dep
... | ... | @@ -47,8 +47,7 @@ |
"ts-loader": "^2.0.1", | ||
"ts-node": "^2.1.0", | ||
"typescript": "^2.2.1", | ||
"webpack": "^2.2.1", | ||
"custom-ol": "github:glennvorhes/custom-ol" | ||
"webpack": "^2.2.1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
... | ... | @@ -61,6 +60,7 @@ |
"react": "^15.6.1", | ||
"react-dom": "^15.6.1", | ||
"react-redux": "^5.0.5", | ||
"redux": "^3.7.2" | ||
"redux": "^3.7.2", | ||
"custom-ol": "github:glennvorhes/custom-ol" | ||
} | ||
} |
Please register or sign in to comment