diff --git a/public/docs/_examples/.gitignore b/public/docs/_examples/.gitignore index 26c5801eb8..3e900ec40a 100644 --- a/public/docs/_examples/.gitignore +++ b/public/docs/_examples/.gitignore @@ -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 diff --git a/public/docs/_examples/_boilerplate/package.json b/public/docs/_examples/_boilerplate/package.json index 74b692d1f0..53bdb49670 100644 --- a/public/docs/_examples/_boilerplate/package.json +++ b/public/docs/_examples/_boilerplate/package.json @@ -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": { diff --git a/public/docs/_examples/package.json b/public/docs/_examples/package.json index 615db7f811..f1a8864533 100644 --- a/public/docs/_examples/package.json +++ b/public/docs/_examples/package.json @@ -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": {