Change the repo name to NativeScript where mentioned

This commit is contained in:
Erjan Gavalji
2015-04-24 16:33:33 +03:00
parent f5c6abcf1a
commit 7cd70ef033
3 changed files with 4 additions and 4 deletions

View File

@ -62,7 +62,7 @@ Before you submit a Pull Request, consider the following guidelines.
Search GitHub for an open or closed Pull Request that relates to your submission. Search GitHub for an open or closed Pull Request that relates to your submission.
Clone the repository. Clone the repository.
```bash ```bash
git clone git@github.com:NativeScript/cross-platform-modules.git git clone git@github.com:NativeScript/NativeScript.git
``` ```
Initialize the submodules. Initialize the submodules.
```bash ```bash
@ -85,7 +85,7 @@ Push your branch to GitHub.
```bash ```bash
git push origin my-fix-branch git push origin my-fix-branch
``` ```
In GitHub, send a Pull Request to NativeScript:cross-platform-modules:master. In GitHub, send a Pull Request to NativeScript:NativeScript:master.
If we suggest changes, you can modify your branch, rebase, and force a new push to your GitHub repository to update the Pull Request. If we suggest changes, you can modify your branch, rebase, and force a new push to your GitHub repository to update the Pull Request.
```bash ```bash
git rebase master -i git rebase master -i

View File

@ -35,7 +35,7 @@ To learn more about the NativeScript framework, you can check the following reso
## Most popular repositories: ## Most popular repositories:
- **[Cross-Platform Modules](//github.com/NativeScript/cross-platform-modules/)** - Stores the code of the cross-platform modules, written in TypeScript - **[The current repo](//github.com/NativeScript/NativeScript/)** - Stores the code of the cross-platform modules, written in TypeScript
- **[iOS Runtime](//github.com/NativeScript/ios-runtime/)** - Holds the runtime, allowing the JavaScript code of your application to be executed on an iOS device - **[iOS Runtime](//github.com/NativeScript/ios-runtime/)** - Holds the runtime, allowing the JavaScript code of your application to be executed on an iOS device
- **[Android Runtime](//github.com/NativeScript/android-runtime)** - Holds the runtime, allowing the JavaScript code of your application to be executed on an Android device - **[Android Runtime](//github.com/NativeScript/android-runtime)** - Holds the runtime, allowing the JavaScript code of your application to be executed on an Android device
- **[NativeScript CLI](//github.com/NativeScript/nativescript-cli)** - Contains the Command-Line Interface for creating an application using the NativeScript framework - **[NativeScript CLI](//github.com/NativeScript/nativescript-cli)** - Contains the Command-Line Interface for creating an application using the NativeScript framework

View File

@ -4,7 +4,7 @@
"version": "1.0.0", "version": "1.0.0",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/NativeScript/cross-platform-modules" "url": "https://github.com/NativeScript/NativeScript"
}, },
"files": [ "files": [
"**/*.*", "**/*.*",