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

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

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/docs/_examples/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ tsconfig.json
tslint.json
typings.json
wallaby.js
_boilerplate/a2docs.css

_test-output
**/ts/**/*.js
Expand All @@ -19,3 +18,4 @@ _test-output
!**/*e2e-spec.js
!systemjs.config.1.js
!_boilerplate/*
_boilerplate/a2docs.css
2 changes: 1 addition & 1 deletion public/docs/_examples/_boilerplate/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion public/docs/_examples/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down