Renaming frontend-app-learn to frontend-app-learning (#5)

This commit is contained in:
David Joy
2019-12-17 16:04:35 -05:00
committed by GitHub
parent 7687d18a64
commit d49ef93e68
5 changed files with 18 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
[main]
host = https://www.transifex.com
[edx-platform.frontend-app-learn]
[edx-platform.frontend-app-learning]
file_filter = src/i18n/messages/<lang>.json
source_file = src/i18n/transifex_input.json
source_lang = en

View File

@@ -1,4 +1,4 @@
transifex_resource = frontend-app-learn
transifex_resource = frontend-app-learning
transifex_langs = "ar,fr,es_419,zh_CN"
transifex_utils = ./node_modules/.bin/transifex-utils.js

View File

@@ -1,6 +1,6 @@
|Build Status| |Coveralls| |npm_version| |npm_downloads| |license|
frontend-app-learn
frontend-app-learning
=========================
Please tag **@edx/arch-team** on any PRs or issues. Thanks.
@@ -10,13 +10,13 @@ Introduction
React app for edX learning.
.. |Build Status| image:: https://api.travis-ci.org/edx/frontend-app-learn.svg?branch=master
:target: https://travis-ci.org/edx/frontend-app-learn
.. |Coveralls| image:: https://img.shields.io/coveralls/edx/frontend-app-learn.svg?branch=master
:target: https://coveralls.io/github/edx/frontend-app-learn
.. |npm_version| image:: https://img.shields.io/npm/v/@edx/frontend-app-learn.svg
:target: @edx/frontend-app-learn
.. |npm_downloads| image:: https://img.shields.io/npm/dt/@edx/frontend-app-learn.svg
:target: @edx/frontend-app-learn
.. |license| image:: https://img.shields.io/npm/l/@edx/frontend-app-learn.svg
:target: @edx/frontend-app-learn
.. |Build Status| image:: https://api.travis-ci.org/edx/frontend-app-learning.svg?branch=master
:target: https://travis-ci.org/edx/frontend-app-learning
.. |Coveralls| image:: https://img.shields.io/coveralls/edx/frontend-app-learning.svg?branch=master
:target: https://coveralls.io/github/edx/frontend-app-learning
.. |npm_version| image:: https://img.shields.io/npm/v/@edx/frontend-app-learning.svg
:target: @edx/frontend-app-learning
.. |npm_downloads| image:: https://img.shields.io/npm/dt/@edx/frontend-app-learning.svg
:target: @edx/frontend-app-learning
.. |license| image:: https://img.shields.io/npm/l/@edx/frontend-app-learning.svg
:target: @edx/frontend-app-learning

2
package-lock.json generated
View File

@@ -1,5 +1,5 @@
{
"name": "@edx/frontend-app-learn",
"name": "@edx/frontend-app-learning",
"version": "1.0.0-semantically-released",
"lockfileVersion": 1,
"requires": true,

View File

@@ -1,10 +1,10 @@
{
"name": "@edx/frontend-app-learn",
"name": "@edx/frontend-app-learning",
"version": "1.0.0-semantically-released",
"description": "Frontend learning application.",
"repository": {
"type": "git",
"url": "git+https://github.com/edx/frontend-app-learn.git"
"url": "git+https://github.com/edx/frontend-app-learning.git"
},
"browserslist": [
"last 2 versions",
@@ -26,12 +26,12 @@
},
"author": "edX",
"license": "AGPL-3.0",
"homepage": "https://github.com/edx/frontend-app-learn#readme",
"homepage": "https://github.com/edx/frontend-app-learning#readme",
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/edx/frontend-app-learn/issues"
"url": "https://github.com/edx/frontend-app-learning/issues"
},
"dependencies": {
"@edx/frontend-component-footer": "^10.0.6",