Renaming app to frontend-app-profile.
This commit is contained in:
22
README.rst
22
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
|
||||
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "@edx/frontend-app-user-account",
|
||||
"name": "@edx/frontend-app-profile",
|
||||
"version": "0.1.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user