131 Commits

Author SHA1 Message Date
Chris Shepherd eea92a3d6a Move babel-plugin-transform-inline-imports-commonjs to devDependencies 2016-10-12 11:30:44 -07:00
Krzysztof Zbudniewek 04930493ec Add --yes flag to yarn init (#873)
Fixes #637.
2016-10-12 14:07:58 +01:00
Martin Broder b1a0656c7d chore(package,yarn): remove eslint-plugin-flow-vars (#622)
eslint-plugin-flow-vars is deprecated and has been merged into eslint-plugin-flowtype.
2016-10-12 08:50:14 +01:00
Or Kazaz 3fde2589e7 Created an .eslintrc file for the eslint configurations instead of having it in the package.json file (#823) 2016-10-12 08:28:44 +01:00
Zlatan Vasović b54fc23c6f Simplify repository property in package.json (#710) 2016-10-12 10:41:08 +09: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
Sebastian McKenzie aea9e24b51 update name in package.json 2016-10-11 19:48:01 +01:00
chico c844df7236 Remove react 2016-10-11 11:06:49 -07:00
Sebastian McKenzie 918f4400ee 0.15.1 2016-10-11 16:26:10 +01:00
Sebastian McKenzie 3d517925d3 fix yarn.js script reference 2016-10-11 16:19:56 +01:00
Konstantin Raev 0f1db96846 0.15.0 2016-10-11 14:35:17 +01:00
Daniel Lo Nigro 4f3036e6e9 Remove Jest from dependencies (#574)
It's already in devDependencies

npm warned me:
```
Dependency 'jest' exists in both dependencies and devDependencies
```
2016-10-11 08:12:07 +09:00
Sebastian McKenzie 453d396235 Tarball install (#568)
* rename yarn package to yarnpkg

* add install-latest script
2016-10-10 14:38:02 +01:00
Andres Suarez 99dd450446 Add transform-inline-imports-commonjs plugin (#561) 2016-10-10 10:52:35 +01:00
Sebastian McKenzie d3e3433ce2 remove kpm name (#546) 2016-10-07 15:15:48 +01:00
Christoph Pojer 7f2d97ce74 Expand why command. (#544) 2016-10-07 11:23:58 +01:00
Christoph Pojer 17710d52e6 var/let -> const (#505) 2016-10-05 13:05:44 +01:00
Sebastian McKenzie 86c98a62a7 Add missing commands (#439)
* add init command - closes #360

* list available commands and examples in cli help - fixes #345

* add outdated command - fixes #379

* rename uninstall command to remove

* add global command - fixes #227

* remove command aliases

* fix licenses not being shown due to integrity check shortcircuiting - fixes #424

* turn aliases back into js

* clean up single instance arguments - fixes #308

* ignore arguments that are included after -- - fixes #251

* add unlink command

* add lint rule against non-language keys

* clean up Config initialisation

* add link command - closes #336

* support array of string engines - fixes #447

* add missing request cache fixtures

* polish link command

* remove gulp file output

* add config command - fixes #378

* add yarn.lock and fix constants

* update aliases

* add missing i18n for CLI

* make `upgrade` command work how you'd expect

* update test metamethod

* require arguments for add command

* move dependency objects into constnats

* add init command - closes #360

* list available commands and examples in cli help - fixes #345

* add outdated command - fixes #379

* rename uninstall command to remove

* add global command - fixes #227

* remove command aliases

* fix licenses not being shown due to integrity check shortcircuiting - fixes #424

* turn aliases back into js

* clean up single instance arguments - fixes #308

* ignore arguments that are included after -- - fixes #251

* add unlink command

* add lint rule against non-language keys

* clean up Config initialisation

* add link command - closes #336

* support array of string engines - fixes #447

* polish link command

* remove gulp file output

* add config command - fixes #378

* add yarn.lock and fix constants

* fix lint, copy test fixtures to temp directory rather than mutating cwd

* fix lint

* add handler for extractor errors

* remove unused jest snapshot

* fix check-lockfile script

* fix lint

* fix check-lockfile

* try and fix test

* properly copy over lockfile scripts folder, ignore ds_store files in test directories

* remove problematic fixtures

* add back problematic fixtures

* disable test
2016-10-05 12:50:44 +01:00
cpojer 9e51fa2de8 Run proper test command on CI again. 2016-10-05 15:57:36 +09:00
Christoph Pojer dbc2706d5a Update to Jest 16. (#488) 2016-10-05 15:03:46 +09:00
Christoph Pojer 58d1f49952 Improved yarn run command. (#493) 2016-10-05 12:43:55 +09:00
Daniel Lo Nigro f2b93ffc00 Add Windows Chocolatey package (#442)
* Add Chocolatey package

* Update to final URL
2016-10-04 10:15:16 -07:00
Andres Suarez 72dc2ab09b Bundle & distribute yarn as one js file (#413) 2016-10-04 14:45:52 +01:00
Daniel Lo Nigro 66e4395765 Add Windows installer 2016-10-04 11:40:53 +01:00
Daniel Lo Nigro af01eb321c Add build-dist script for Windows (#485) 2016-10-04 11:24:36 +01:00