package.json in arclight-1.0.0.beta3 vs package.json in arclight-1.0.0.beta4

- old
+ new

@@ -1,8 +1,8 @@ { "name": "arclight", - "version": "1.0.0-beta.3", + "version": "1.0.0-beta.4", "description": "The frontend for arclight", "main": "app/assets/javascript/arclight/arclight.js", "files": [ "app/assets" ], @@ -16,14 +16,14 @@ "lint:fix": "eslint --fix './app/assets/javascripts/**/*.{js,es6}'", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", - "url": "git+https://github.com/projectblacklight/arclight.git" + "url": "https://github.com/projectblacklight/arclight.git" }, "author": "", "license": "Apache-2.0", "bugs": { "url": "https://github.com/projectblacklight/arclight/issues" }, - "homepage": "https://github.com/projectblacklight/arclight#readme" + "homepage": "https://library.stanford.edu/projects/arclight" }