angular-cli
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -33,3 +33,3 @@ var Concat = require('broccoli-concat'); | ||
include: ['**/*.*'], | ||
exclude: ['**/*.ts', '**/*.js'], | ||
exclude: ['**/*.ts', '**/*.js', 'src/tsconfig.json'], | ||
allowEmpty: true | ||
@@ -36,0 +36,0 @@ }); |
{ | ||
"name": "angular-cli", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "", | ||
@@ -18,4 +18,8 @@ "main": "lib/cli/index.js", | ||
}, | ||
"author": "rodyhaddad <npm@rodyhaddad.com> (http://rodyhaddad.com/)", | ||
"license": "MIT", | ||
"author": "Angular Authors", | ||
"contributors": [ | ||
"Rody Haddad <npm@rodyhaddad.com> (http://rodyhaddad.com/)", | ||
"Igor Minar <igor@angularjs.org>" | ||
], | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
@@ -22,0 +26,0 @@ "url": "https://github.com/angular/angular-cli/issues" |
@@ -119,1 +119,6 @@ # Angular-CLI | ||
and the [npm-link cheatsheet](http://browsenpm.org/help#linkinganynpmpackagelocally) for more information. | ||
## License | ||
Apache v2 |
Sorry, the diff of this file is not supported yet
145374
62
124