chore(package.json): rename "angular2-" as "angular-" in name (#2558)

also ignore a2docs.css
This commit is contained in:
Ward Bell 2016-10-06 16:10:30 -07:00 committed by GitHub
parent 5042b3021c
commit 8710eb052d
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,6 @@ tsconfig.json
tslint.json
typings.json
wallaby.js
_boilerplate/a2docs.css
_test-output
**/ts/**/*.js
@ -19,3 +18,4 @@ _test-output
!**/*e2e-spec.js
!systemjs.config.1.js
!_boilerplate/*
_boilerplate/a2docs.css

View File

@ -1,5 +1,5 @@
{
"name": "angular2-examples",
"name": "angular-examples",
"version": "1.0.0",
"description": "Example package.json, only contains needed scripts for examples. See _examples/package.json for master package.json.",
"scripts": {

View File

@ -1,5 +1,5 @@
{
"name": "angular2-examples-master",
"name": "angular-examples-master",
"version": "1.0.0",
"description": "Master package.json, the superset of all dependencies for all of the _example package.json files. See _boilerplate/package.json for example npm scripts.",
"scripts": {