Skip to content
This repository has been archived by the owner on May 22, 2021. It is now read-only.

Change something-awesome to send #182

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions 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

Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions 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)",
Expand Down Expand Up @@ -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",
Expand Down
28 changes: 14 additions & 14 deletions public/contribute.json
Expand Up @@ -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",
Expand Down