diff --git a/package.json b/package.json index 0863681428d0e72a5ad72681488523568b4ae4a1..e9b4326265022f2cc96b4a039c79de6d31bb90c9 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,6 @@ "@types/jqueryui": "^1.11.32", "@types/react": "^15.0.15", "@types/react-dom": "^0.14.23", - "custom-ol": "github:glennvorhes/custom-ol", "jasmine": "^2.5.3", "jasmine-core": "^2.5.2", "jquery": "^3.1.1", @@ -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" } }