16 Commits

Author SHA1 Message Date
Charles Lyding
89dd9709ea refactor(@angular/cli): partial upgrade to ember-cli 2.13.2 2017-06-28 14:28:26 +01:00
Charles Lyding
f9053bf5b7 refactor(@angular/cli): simplify command registration 2017-06-06 15:05:35 +01:00
Sumit Arora
a13e780d3d fix(@angular/cli): fix issue of folder getting generated on dry run
Fixes: #6017
2017-05-24 16:06:01 -04:00
Sumit Arora
61cf790057 fix(@angular/cli): fix package name fetching from package.json 2017-05-24 15:22:32 -04:00
Charles Lyding
a3bf5291e7 feat(@angular/cli): add option to use lint to adjust generated files 2017-05-09 19:04:11 +01:00
Charles Lyding
70243a2064 refactor(@angular/cli): remove additional unneeded ember-cli files 2017-05-04 19:59:54 +01:00
Sumit Arora
0fc2190eb8 fix(@angular/cli): Fixing duplicate aliases issue (#4987) 2017-03-02 11:50:46 -08:00
Hans Larsen
d4b56e4b83
fix(@angular/cli): remove ng from blueprints help, simplify blueprints logic
Closes #4887
2017-02-22 17:24:30 -08:00
Filipe Silva
6d5dfa01c0 test: add license test (#4561)
* test: add license test

* only check prod dependencies

* remove findup dep

* also check dev deps

* add map-stream to ignore list

* remove license-checker

* add comment

* use logger

* fix lint errors
2017-02-17 14:49:04 +00:00
Mike Brocchi
809340a8f0 refactor(@angular/cli): rename config file from angular-cli.json to .angular-cli.json (#4681)
BREAKING CHANGE: The configuration file angular-cli.json has been renamed to .angular-cli.json
2017-02-15 23:14:18 -05:00
Grant Elliott
98a343016d fix(@angular/cli): don't load old ember config
Close #4057
2017-02-14 18:37:10 +00:00
Scott
59029c38eb refactor: upgrade dependencies
1. All upgraded dependencies involve no code changes
2. `dependencies` of repo's `package.json` is the join of packages'
dependencies
2017-02-08 21:51:33 -08:00
clydin
33e8798203 refactor: move exists-sync to a dev dependency (#4311) 2017-02-07 12:57:07 -08:00
Hans
496e13af08 fix(command options): allow to use camelCase for options. (#3787)
Previously this resulted in weird behaviour, now we automatically add an alias for the camelize version of the flag name.

Fixes #3625.
2017-02-07 11:11:35 -08:00
Hans
1dd53995b0 fix(@angular/cli): properly check the project status (#4381)
Check for either angular-cli or @angular/cli in the dependencies of the current project.

Fixes #4379
2017-02-02 16:54:47 -08:00
Hans
601f9b38f8 feat(@angular/cli): move angular-cli to @angular/cli (#4328)
This release is otherwise identical to beta.28.
2017-02-01 18:19:50 -08:00