Skip to content

Commit

Permalink
[INTERNAL] Rename UI5 Build and Development Tooling to UI5 Tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomByte committed Feb 19, 2019
1 parent 4795b70 commit 7683aad
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Contributing to the UI5 Build and Development Tooling
# Contributing to the UI5 Tooling

See CONTRIBUTING.md in the [SAP/ui5-tooling](https://github.com/SAP/ui5-tooling/blob/master/CONTRIBUTING.md) repository.
See CONTRIBUTING.md in the [SAP/ui5-tooling](https://github.com/SAP/ui5-tooling/blob/master/CONTRIBUTING.md) repository.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

# ui5-logger
> Internal logging module
> Part of the [UI5 Build and Development Tooling](https://github.com/SAP/ui5-tooling)
> Part of the [UI5 Tooling](https://github.com/SAP/ui5-tooling)
[![Travis CI Build Status](https://travis-ci.org/SAP/ui5-logger.svg?branch=master)](https://travis-ci.org/SAP/ui5-logger)
[![npm Package Version](https://badge.fury.io/js/%40ui5%2Flogger.svg)](https://www.npmjs.com/package/@ui5/logger)
[![Dependency Status](https://david-dm.org/SAP/ui5-logger/master.svg)](https://david-dm.org/SAP/ui5-logger/master)
[![devDependency Status](https://david-dm.org/SAP/ui5-logger/master/dev-status.svg)](https://david-dm.org/SAP/ui5-logger/master#info=devDependencies)

## Logger
Used for logging purposes across the UI5 Build and Development Tooling and plugins. Features log levels and progress logging. Basically, it is a wrapper of [npmlog](https://github.com/npm/npmlog).
Used for logging purposes across the UI5 Tooling and plugins. Features log levels and progress logging. Basically, it is a wrapper of [npmlog](https://github.com/npm/npmlog).

## Contributing
Please check our [Contribution Guidelines](https://github.com/SAP/ui5-tooling/blob/master/CONTRIBUTING.md).
Expand Down
8 changes: 4 additions & 4 deletions jsdoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
}
},
"openGraph": {
"title": "UI5 Build and Development Tooling - API Reference",
"title": "UI5 Tooling - API Reference",
"type": "website",
"image": "https://sap.github.io/ui5-tooling/docs/images/UI5_logo_wide.png",
"site_name": "UI5 Build and Development Tooling - API Reference",
"site_name": "UI5 Tooling - API Reference",
"url": "https://sap.github.io/ui5-tooling/"
},
"docdash": {
Expand All @@ -42,8 +42,8 @@
"Interfaces"
],
"meta": {
"title": "UI5 Build and Development Tooling - API Reference - UI5 Logger",
"description": "UI5 Build and Development Tooling - API Reference - UI5 Logger",
"title": "UI5 Tooling - API Reference - UI5 Logger",
"description": "UI5 Tooling - API Reference - UI5 Logger",
"keyword": "openui5 sapui5 ui5 build development tool api reference"
},
"search": true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ui5/logger",
"version": "1.0.0",
"description": "UI5 Build and Development Tooling - Internal Logger",
"description": "UI5 Tooling - Internal Logger",
"author": "SAP SE (https://www.sap.com)",
"license": "Apache-2.0",
"keywords": [
Expand Down

0 comments on commit 7683aad

Please sign in to comment.