diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3b9655d..ffd066d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,3 +9,7 @@ Are you a dev with JS and node.js experience or willing to learn through contrib ### Policy We will not tolerate any harmful conduct and aim to create a nice open source community space to work in. + +### Pull requests + +Please direct your PRs to the `development` branch. diff --git a/package.json b/package.json index 20b0cee..d03d939 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bedrock", - "version": "1.39.0", + "version": "1.39.1", "description": "Static site generator to easily make HTML prototypes", "main": "gulpfile.js", "scripts": { @@ -11,15 +11,15 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/mono-company/bedrock.git" + "url": "git+https://github.com/usebedrock/bedrock.git" }, "keywords": [], "author": "", "license": "MIT", "bugs": { - "url": "https://github.com/mono-company/bedrock/issues" + "url": "https://github.com/usebedrock/bedrock/issues" }, - "homepage": "https://github.com/mono-company/bedrock#readme", + "homepage": "https://bedrockapp.org", "devDependencies": { "@babel/core": "^7.14.6", "@babel/preset-env": "^7.14.5",