Merge branch 'master' into as-public-ci

This commit is contained in:
Antonio Scandurra
2015-04-13 11:16:29 +02:00
2 changed files with 5 additions and 5 deletions

View File

@@ -66,7 +66,7 @@ For more information on how to work with Atom's official packages, see
* Class methods and properties (methods starting with a `@`)
* Instance methods and properties
* Avoid platform-dependent code:
* Use `require('atom').fs.getHomeDirectory()` to get the home directory.
* Use `require('fs-plus').getHomeDirectory()` to get the home directory.
* Use `path.join()` to concatenate filenames.
* Use `os.tmpdir()` rather than `/tmp` when you need to reference the
temporary directory.

View File

@@ -106,11 +106,11 @@
"link": "0.30.0",
"markdown-preview": "0.148.0",
"metrics": "0.45.0",
"notifications": "0.36.0",
"notifications": "0.37.0",
"open-on-github": "0.36.0",
"package-generator": "0.38.0",
"release-notes": "0.52.0",
"settings-view": "0.190.0",
"settings-view": "0.191.0",
"snippets": "0.88.0",
"spell-check": "0.55.0",
"status-bar": "0.67.0",
@@ -134,7 +134,7 @@
"language-html": "0.31.0",
"language-hyperlink": "0.12.2",
"language-java": "0.14.0",
"language-javascript": "0.71.0",
"language-javascript": "0.72.0",
"language-json": "0.14.0",
"language-less": "0.25.0",
"language-make": "0.14.0",
@@ -151,7 +151,7 @@
"language-source": "0.9.0",
"language-sql": "0.15.0",
"language-text": "0.6.0",
"language-todo": "0.17.0",
"language-todo": "0.18.0",
"language-toml": "0.15.0",
"language-xml": "0.28.0",
"language-yaml": "0.22.0"