diff --git a/README.rst b/README.rst index 01211f3..0f8a333 100755 --- a/README.rst +++ b/README.rst @@ -1,6 +1,6 @@ |Build Status| |Coveralls| |npm_version| |npm_downloads| |license| -frontend-app-user-account +frontend-app-profile ========================= Please tag **@edx/arch-team** on any PRs or issues. @@ -10,13 +10,13 @@ Introduction React app for user account management. -.. |Build Status| image:: https://api.travis-ci.org/edx/frontend-app-user-account.svg?branch=master - :target: https://travis-ci.org/edx/frontend-app-user-account -.. |Coveralls| image:: https://img.shields.io/coveralls/edx/frontend-app-user-account.svg?branch=master - :target: https://coveralls.io/github/edx/frontend-app-user-account -.. |npm_version| image:: https://img.shields.io/npm/v/@edx/frontend-app-user-account.svg - :target: @edx/frontend-app-user-account -.. |npm_downloads| image:: https://img.shields.io/npm/dt/@edx/frontend-app-user-account.svg - :target: @edx/frontend-app-user-account -.. |license| image:: https://img.shields.io/npm/l/@edx/frontend-app-user-account.svg - :target: @edx/frontend-app-user-account +.. |Build Status| image:: https://api.travis-ci.org/edx/frontend-app-profile.svg?branch=master + :target: https://travis-ci.org/edx/frontend-app-profile +.. |Coveralls| image:: https://img.shields.io/coveralls/edx/frontend-app-profile.svg?branch=master + :target: https://coveralls.io/github/edx/frontend-app-profile +.. |npm_version| image:: https://img.shields.io/npm/v/@edx/frontend-app-profile.svg + :target: @edx/frontend-app-profile +.. |npm_downloads| image:: https://img.shields.io/npm/dt/@edx/frontend-app-profile.svg + :target: @edx/frontend-app-profile +.. |license| image:: https://img.shields.io/npm/l/@edx/frontend-app-profile.svg + :target: @edx/frontend-app-profile diff --git a/package-lock.json b/package-lock.json index 5e52282..534648c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "@edx/frontend-app-user-account", + "name": "@edx/frontend-app-profile", "version": "0.1.0", "lockfileVersion": 1, "requires": true, diff --git a/package.json b/package.json index 296222d..de09872 100755 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { - "name": "@edx/frontend-app-user-account", + "name": "@edx/frontend-app-profile", "version": "0.1.0", "description": "User account React app", "repository": { "type": "git", - "url": "git+https://github.com/edx/frontend-app-user-account.git" + "url": "git+https://github.com/edx/frontend-app-profile.git" }, "scripts": { "build": "NODE_ENV=production BABEL_ENV=production webpack --config=config/webpack.prod.config.js", @@ -18,7 +18,7 @@ }, "author": "edX", "license": "AGPL-3.0", - "homepage": "https://github.com/edx/frontend-app-user-account#readme", + "homepage": "https://github.com/edx/frontend-app-profile#readme", "publishConfig": { "access": "public" },