Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 8710eb0

Browse files
authored
chore(package.json): rename "angular2-" as "angular-" in name (#2558)
also ignore a2docs.css
1 parent 5042b30 commit 8710eb0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

public/docs/_examples/.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ tsconfig.json
99
tslint.json
1010
typings.json
1111
wallaby.js
12-
_boilerplate/a2docs.css
1312

1413
_test-output
1514
**/ts/**/*.js
@@ -19,3 +18,4 @@ _test-output
1918
!**/*e2e-spec.js
2019
!systemjs.config.1.js
2120
!_boilerplate/*
21+
_boilerplate/a2docs.css

public/docs/_examples/_boilerplate/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "angular2-examples",
2+
"name": "angular-examples",
33
"version": "1.0.0",
44
"description": "Example package.json, only contains needed scripts for examples. See _examples/package.json for master package.json.",
55
"scripts": {

public/docs/_examples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "angular2-examples-master",
2+
"name": "angular-examples-master",
33
"version": "1.0.0",
44
"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.",
55
"scripts": {

0 commit comments

Comments
 (0)