From ce084cc68520b94915cc4d4f152a93a0c513e54d Mon Sep 17 00:00:00 2001 From: Peter deHaan Date: Tue, 11 Jul 2017 12:19:01 -0700 Subject: [PATCH] Change something-awesome to send --- README.md | 8 ++++---- package-lock.json | 2 +- package.json | 6 +++--- public/contribute.json | 28 ++++++++++++++-------------- 4 files changed, 22 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 0f66beeb0..00a4112df 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Firefox Fileshare +# Firefox Send -[![CircleCI](https://circleci.com/gh/mozilla/something-awesome.svg?style=svg)](https://circleci.com/gh/mozilla/something-awesome) +[![CircleCI](https://circleci.com/gh/mozilla/send.svg?style=svg)](https://circleci.com/gh/mozilla/send) ## What it does @@ -29,11 +29,11 @@ $ redis-server /usr/local/etc/redis.conf ## Localization -_Coming soon_ (see [#57](https://github.com/mozilla/something-awesome/issues/57)) +_Coming soon_ (see [#57](https://github.com/mozilla/send/issues/57)) ## Contributing -Pull requests are always welcome! Feel free to check out the list of ["good first bugs"](https://github.com/mozilla/something-awesome/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+bug%22). +Pull requests are always welcome! Feel free to check out the list of ["good first bugs"](https://github.com/mozilla/send/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+bug%22). ## Testing diff --git a/package-lock.json b/package-lock.json index d4a24e8b3..a8823a604 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "portal-alpha", + "name": "firefox-send", "version": "0.1.2", "lockfileVersion": 1, "dependencies": { diff --git a/package.json b/package.json index aa846b151..59832dbb9 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "portal-alpha", + "name": "firefox-send", "description": "File Sharing Experiment", "version": "0.1.2", "author": "Mozilla (https://mozilla.org)", @@ -39,9 +39,9 @@ "engines": { "node": ">=8.0.0" }, - "homepage": "https://github.com/mozilla/something-awesome/", + "homepage": "https://github.com/mozilla/send/", "license": "MPL-2.0", - "repository": "mozilla/something-awesome", + "repository": "mozilla/send", "scripts": { "predocker": "browserify frontend/src/main.js | uglifyjs > public/bundle.js && npm run version", "dev": "npm run version && watchify frontend/src/main.js -o public/bundle.js -d | node server/portal_server", diff --git a/public/contribute.json b/public/contribute.json index 52cbd2b01..da018c355 100644 --- a/public/contribute.json +++ b/public/contribute.json @@ -2,22 +2,22 @@ "name": "firefox-send", "description": "File Sharing Experiment", "repository": { - "url": "https://github.com/mozilla/something-awesome/", + "url": "https://github.com/mozilla/send/", "license": "MPL-2.0" }, - "participate": { - "home": "https://github.com/mozilla/something-awesome/blob/master/README.md", - "docs": "https://github.com/mozilla/something-awesome/blob/master/README.md" - }, - "bugs": { - "list": "https://github.com/mozilla/something-awesome/issues", - "report": "https://github.com/mozilla/something-awesome/issues/new" - }, - "urls": { - "prod": "https://send.firefox.com/", - "stage": "https://send.stage.mozaws.net/", - "dev": "https://send.dev.mozaws.net/" - }, + "participate": { + "home": "https://github.com/mozilla/send/blob/master/README.md", + "docs": "https://github.com/mozilla/send/blob/master/README.md" + }, + "bugs": { + "list": "https://github.com/mozilla/send/issues", + "report": "https://github.com/mozilla/send/issues/new" + }, + "urls": { + "prod": "https://send.firefox.com/", + "stage": "https://send.stage.mozaws.net/", + "dev": "https://send.dev.mozaws.net/" + }, "keywords": [ "JavaScript", "jQuery",