custom ol dep
... | ... | @@ -40,14 +40,15 @@ |
"karma-jasmine": "^1.1.0", | ||
"karma-phantomjs-launcher": "^1.0.2", | ||
"karma-sourcemap-loader": "^0.3.7", | ||
"karma-typescript": "monounity/karma-typescript#2.1.8", | ||
"karma-typescript": "monounity/karma-typescript", | ||
"karma-webpack": "^2.0.2", | ||
"phantomjs-prebuilt": "^2.1.14", | ||
"source-map-loader": "^0.2.0", | ||
"ts-loader": "^2.0.1", | ||
"ts-node": "^2.1.0", | ||
"typescript": "^2.2.1", | ||
"webpack": "^2.2.1" | ||
"webpack": "^2.2.1", | ||
"custom-ol": "github:glennvorhes/custom-ol" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
... | ... | @@ -61,6 +62,6 @@ |
"react-dom": "^15.6.1", | ||
"react-redux": "^5.0.5", | ||
"redux": "^3.7.2", | ||
"custom-ol": "github:glennvorhes/custom-ol" | ||
} | ||
} |
Please register or sign in to comment