Commit Graph

774 Commits

Author SHA1 Message Date
Daniel Lo Nigro 64926a6280 Delete RELEASING.md
This exists on the site, and looks nicer there: https://yarnpkg.com/en/org/release-process
2016-10-11 21:12:57 -07:00
Vlad Filippov 4c82ac0217 fix base-fetcher: use proper util to stringify, clean up imports (#707) 2016-10-12 11:27:09 +09:00
Hasit Mistry 16b4e3b9f3 Handle installation for 'fish' shell (#690)
* Handle installation for 'fish' shell

'fish' is a popular shell. This commit adds support for proper detection and installation of yarn in 'fish' shell. If the detected shell is 'fish', add path to ~/.yarn/bin in $HOME/.config/fish/config.fish file.

* Use a more modern way of setting $PATH in fish

Set `~/.yarn/bin` in `$fish_user_paths` instead of setting it in `~/.config/fish/config.fish` file.

See [suggestion from fish documentation](https://github.com/fish-shell/fish-shell/issues/527#issuecomment-13811988) for more reference.

* Run command to set $fish_user_paths instead of evaluating a string.
2016-10-12 11:25:33 +09:00
Roger Nesbitt c9415ca3d2 Support unimplemented call in Windows Subsystem for Linux (#772)
* Support unimplemented call in WSL (#753)

Yarn works fine on Windows Subsystem for Linux (WSL) apart from a single call
to enumerate network interfaces.  If this call fails on WSL, we instead assume
that the user has an internet connection and continue.

* Fix a comment which said the opposite of what it meant to say
2016-10-12 11:01:02 +09:00
Ryan Stelly d3a1d85fde #767 add validate license for empty string and show warning (#768) 2016-10-12 10:59:37 +09:00
nbhargava 744f145069 yarn --help now equivalent to yarn help (#765)
- Makes help flag more idiomatic
- Fixes #740
2016-10-12 10:58:40 +09:00
dalmaer e93bc91516 out dated comment: no more kpm/fbkpm (#745) 2016-10-12 10:57:36 +09:00
Sergey Rubanov 22d0ac99bc Add info for yarn why command (#741)
* add info for `yarn why` command

* add more error messages
2016-10-12 10:57:07 +09:00
Kristján Oddsson e6739873a3 Set the correct filename for the npm package (#729) 2016-10-12 10:55:52 +09:00
Jake 6816bbfa17 Fix server ID in badge (#734) 2016-10-12 10:54:09 +09:00
Vu Tran 3c2d12b8d9 add link to LICENSE file (#723) 2016-10-12 10:49:27 +09:00
Zlatan Vasović b54fc23c6f Simplify repository property in package.json (#710) 2016-10-12 10:41:08 +09:00
Henry Zhu c727449254 CONTRIBUTING: add setup instructions [skip ci] (#702)
* add setup instructions [skip ci]

* link to install docs [skip ci]
2016-10-11 13:03:11 -07:00
Vu Tran 126d8c21f5 use https protocol in docs link (#719) 2016-10-11 13:01:52 -07:00
James Kyle 0a2f2e5ab2 Add discord badge (#717) 2016-10-11 13:01:19 -07:00
Henry Zhu 5545d11e7d Add back eslint-plugin-react since it is a peerDep of eslint-config-fbjs 2016-10-11 12:10:27 -07:00
Vlad Filippov 742cf8d42d fix typos: git and git-fetcher to use proper archive (#672) 2016-10-11 20:05:10 +01:00
Victor Szeto 5758441e27 Show the units of yarn clean saved size (#659)
Include 'MB' in cleanSavedSize message.
2016-10-11 20:04:49 +01:00
Sebastian McKenzie d888f018a3 add package name credit to @samholmes 2016-10-11 20:03:33 +01:00
Sam Saccone b880d403ed Respect ignore engines flag. (#647)
Fixes #638
2016-10-11 19:58:53 +01:00
Sebastian McKenzie aea9e24b51 update name in package.json 2016-10-11 19:48:01 +01:00
Sebastian McKenzie ada42e3b0c Merge branch 'master' of github.com:yarnpkg/yarn
# Conflicts:
#	scripts/install-latest.sh
2016-10-11 19:47:46 +01:00
chico c844df7236 Remove react 2016-10-11 11:06:49 -07:00
Daniel Lo Nigro 57104fe919 Remove Node.js check from Windows installer for now (#677)
It doesn't handle systems such as nvm or nodemon that install Node.js without updating the registry.

References #626
2016-10-11 11:00:52 -07:00
Alican Çubukçuoğlu e16953540b Quote command so paths with whitespace work (#663) 2016-10-11 18:58:44 +01:00