Skip to content

Commit

Permalink
Merge pull request #6 from IObert/master
Browse files Browse the repository at this point in the history
Ship version v0.2
  • Loading branch information
Marius Obert authored Mar 20, 2019
2 parents ff8d741 + f88fcb4 commit 6e5b489
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Easy UI5 Generator
[![NPM version][npm-image]][npm-url]
[![Build Status][circleci-image]][circleci-url]
[![Dependency Status][daviddm-image]][daviddm-url]
[![License Status][license-image]][license-url]

## Description

Expand Down Expand Up @@ -103,3 +107,13 @@ Contributions are very much appreciated. 🥳

Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved.
This project is licensed under the Apache Software License, Version 2.0 except as noted otherwise in the [LICENSE](LICENSE) file.


[npm-image]: https://img.shields.io/npm/v/generator-easy-ui5.svg
[npm-url]: https://www.npmjs.com/package/generator-easy-ui5
[circleci-image]: https://img.shields.io/circleci/project/github/SAP/generator-easy-ui5.svg
[circleci-url]: https://circleci.com/gh/SAP/generator-easy-ui5
[daviddm-image]: https://img.shields.io/david/SAP/generator-easy-ui5.svg
[daviddm-url]: https://david-dm.org/yeoman/yeoman-test
[license-image]: https://img.shields.io/npm/l/generator-easy-ui5.svg
[license-url]: https://github.com/SAP/generator-easy-ui5/blob/master/LICENSE
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-easy-ui5",
"version": "0.1.3",
"version": "0.2.0",
"description": "Generator for OpenUI5-based web-apps which use the official UI5 tooling and support deployment targets such as the SAP Cloud Platform",
"main": "generators/app/index.js",
"files": [
Expand Down

0 comments on commit 6e5b489

Please sign in to comment.