mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Merge remote-tracking branch 'origin/master' into ns-less-memory-for-tokens
This commit is contained in:
@@ -24,14 +24,14 @@
|
||||
|
||||
## Instructions
|
||||
|
||||
```bat
|
||||
# Use the `Git Shell` app which was installed by GitHub for Windows. Also Make
|
||||
# sure you have logged into the GitHub for Windows GUI App.
|
||||
cd C:\
|
||||
git clone https://github.com/atom/atom/
|
||||
cd atom
|
||||
script/build # Creates application in the `Program Files` directory
|
||||
```
|
||||
```bash
|
||||
# Use the `Git Shell` program which was installed by GitHub for Windows.
|
||||
# Also make sure that you are logged into GitHub for Windows.
|
||||
cd C:\
|
||||
git clone https://github.com/atom/atom/
|
||||
cd atom
|
||||
script/build # Creates application in the `Program Files` directory
|
||||
```
|
||||
|
||||
## Why do I have to use GitHub for Windows?
|
||||
|
||||
|
||||
18
package.json
18
package.json
@@ -77,10 +77,10 @@
|
||||
"atom-light-ui": "0.41.0",
|
||||
"base16-tomorrow-dark-theme": "0.26.0",
|
||||
"base16-tomorrow-light-theme": "0.9.0",
|
||||
"one-dark-ui": "0.8.1",
|
||||
"one-dark-ui": "0.8.2",
|
||||
"one-dark-syntax": "0.5.0",
|
||||
"one-light-syntax": "0.6.0",
|
||||
"one-light-ui": "0.8.1",
|
||||
"one-light-ui": "0.8.2",
|
||||
"solarized-dark-syntax": "0.35.0",
|
||||
"solarized-light-syntax": "0.21.0",
|
||||
"archive-view": "0.57.0",
|
||||
@@ -95,12 +95,12 @@
|
||||
"bookmarks": "0.35.0",
|
||||
"bracket-matcher": "0.74.0",
|
||||
"command-palette": "0.36.0",
|
||||
"deprecation-cop": "0.48.0",
|
||||
"deprecation-cop": "0.50.0",
|
||||
"dev-live-reload": "0.46.0",
|
||||
"encoding-selector": "0.20.0",
|
||||
"exception-reporting": "0.24.0",
|
||||
"find-and-replace": "0.166.0",
|
||||
"fuzzy-finder": "0.85.0",
|
||||
"fuzzy-finder": "0.87.0",
|
||||
"git-diff": "0.55.0",
|
||||
"go-to-line": "0.30.0",
|
||||
"grammar-selector": "0.47.0",
|
||||
@@ -109,12 +109,12 @@
|
||||
"keybinding-resolver": "0.32.0",
|
||||
"link": "0.30.0",
|
||||
"markdown-preview": "0.149.0",
|
||||
"metrics": "0.48.0",
|
||||
"notifications": "0.47.0",
|
||||
"metrics": "0.49.0",
|
||||
"notifications": "0.48.0",
|
||||
"open-on-github": "0.37.0",
|
||||
"package-generator": "0.39.0",
|
||||
"release-notes": "0.52.0",
|
||||
"settings-view": "0.199.0",
|
||||
"settings-view": "0.202.0",
|
||||
"snippets": "0.89.0",
|
||||
"spell-check": "0.58.0",
|
||||
"status-bar": "0.72.0",
|
||||
@@ -145,10 +145,10 @@
|
||||
"language-mustache": "0.11.0",
|
||||
"language-objective-c": "0.15.0",
|
||||
"language-perl": "0.24.0",
|
||||
"language-php": "0.23.0",
|
||||
"language-php": "0.24.0",
|
||||
"language-property-list": "0.8.0",
|
||||
"language-python": "0.35.0",
|
||||
"language-ruby": "0.53.0",
|
||||
"language-ruby": "0.54.0",
|
||||
"language-ruby-on-rails": "0.21.0",
|
||||
"language-sass": "0.38.0",
|
||||
"language-shellscript": "0.15.0",
|
||||
|
||||
Reference in New Issue
Block a user