Skip to content

Commit

Permalink
[BREAKING] Rename package to karma-ui5
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
The package has been renamed from `karma-openui5` to `karma-ui5`. New
versions will only be published as `karma-ui5`.
  • Loading branch information
matz3 committed Mar 12, 2019
1 parent 1ebe0f6 commit 74ad2e8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Contributing to karma-openui5
# Contributing to karma-ui5

In general the contributing guidelines of OpenUI5 also apply to this project. They can be found here:
https://github.com/SAP/openui5/blob/master/CONTRIBUTING.md

Some parts might not be relevant for this project (e.g. the browser-specific requirements like jQuery, CSS and
accessibility in the "Contribution Content Guidelines") and the contribution process is easier (pull requests will be
merged directly on GitHub).
merged directly on GitHub).
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
![OpenUI5](http://openui5.org/images/OpenUI5_new_big_side.png)

[![NPM Version](http://img.shields.io/npm/v/karma-openui5.svg?style=flat)](https://www.npmjs.org/package/karma-openui5)
[![NPM Version](http://img.shields.io/npm/v/karma-ui5.svg?style=flat)](https://www.npmjs.org/package/karma-ui5)

# karma-openui5
# karma-ui5
Adapter for OpenUI5/SAPUI5 UI framework. This adapter loads OpenUI5/SAPUI5 from the specified location and makes it available for the tests to run in karma afterwards.

## Installation
The easiest way is to add `karma-openui5` as a devDependency in your `package.json`.
The easiest way is to add `karma-ui5` as a devDependency in your `package.json`.
```json
{
"devDependencies": {
"karma-openui5": "~0.2"
"karma-ui5": "~0.2"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "karma-openui5",
"name": "karma-ui5",
"description": "A Karma plugin. Adapter for OpenUI5/SAPUI5 Framework",
"version": "0.2.3",
"author": "SAP SE (https://www.sap.com)",
Expand All @@ -16,10 +16,10 @@
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/SAP/karma-openui5.git"
"url": "https://github.com/SAP/karma-ui5.git"
},
"homepage": "https://github.com/SAP/karma-openui5",
"bugs": "https://github.com/SAP/karma-openui5/issues/",
"homepage": "https://github.com/SAP/karma-ui5",
"bugs": "https://github.com/SAP/karma-ui5/issues/",
"main": "lib/index",
"keywords": [
"ui5",
Expand Down

0 comments on commit 74ad2e8

Please sign in to comment.