Skip to content

Commit

Permalink
- updated the central browser with a readme
Browse files Browse the repository at this point in the history
- added license and repo info to package.json
- renamed project to ui5lab-central in bower and npm config
  • Loading branch information
Michadelic committed Jun 26, 2017
1 parent ef36e96 commit c66b7f1
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 28 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,5 +1,5 @@
{
"name": "ui5lab",
"name": "ui5lab-central",
"description": "A central repository to discover and showcase all available UI5Lab projects",
"private": true,
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<title>UI5Lab Sample Browser</title>
<title>UI5Lab Sample Browser Prototype (work in progress)</title>

<script id="sap-ui-bootstrap"
src="https://openui5.hana.ondemand.com/resources/sap-ui-core.js"
Expand Down
59 changes: 33 additions & 26 deletions package.json
@@ -1,27 +1,34 @@
{
"name": "ui5lab",
"version": "0.1.0",
"description": "A central repository to discover and showcase all available UI5Lab projects",
"private": false,
"scripts": {
"test": "echo \"Error: no test specified. Please add some.\" && exit 1",
"postinstall": "bower install && node combineProjects.js",
"start": "grunt"
},
"devDependencies": {
"bower": "^1.8.0",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-eslint": "^19.0.0",
"grunt-openui5": "^0.12.0",
"fs-extra": "^3.0.0",
"ui5lab-browser": "^0.1.0",
"ui5lab-library-simple": "^0.1.0",
"striptoastr": "https://github.com/jasper07/StripToastr",
"openui5-qrcode": "https://github.com/StErMi/openui5-qrcode",
"openui5-googlemaps": "https://github.com/jasper07/openui5-googlemaps",
"ui5-nabi-m": "https://github.com/Michadelic/ui5-nabi-m"
}
}
"name": "ui5lab-central",
"version": "0.1.0",
"description": "A central repository to discover and showcase all available UI5Lab projects",
"private": true,
"repository" : {
"type" : "git",
"url" : "https://github.com/UI5Lab/UI5Lab-library-simple.git"
},
"license" : "Apache-2.0",
"scripts": {
"test": "echo \"Error: no test specified. Please add some.\" && exit 1",
"postinstall": "bower install && node combineProjects.js",
"start": "grunt"
},
"devDependencies": {
"bower": "^1.8.0",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-eslint": "^19.0.0",
"grunt-openui5": "^0.12.0",
"fs-extra": "^3.0.0",

"ui5lab-browser": "^0.1.0",
"ui5lab-library-simple": "^0.1.0",

"striptoastr": "https://github.com/jasper07/StripToastr",
"openui5-qrcode": "https://github.com/StErMi/openui5-qrcode",
"openui5-googlemaps": "https://github.com/jasper07/openui5-googlemaps",
"ui5-nabi-m": "https://github.com/Michadelic/ui5-nabi-m"
}
}
9 changes: 9 additions & 0 deletions preview/README.md
@@ -0,0 +1,9 @@
# UI5Lab-central: gh-pages branch

> **This branch is automatically created on the fly based on configuration and deployed to the gh-pages branch with a Travis build job. Do not edit it's content manually!**
It is updated automatically whenever a change in is done to the master branch.
Combining the samples of the individual (npm) modules of the UI5Lab project it hosts a central sample browser that showcases all UI5Lab projects in one place.

The code of each participating project is owned, governed and maintained by the individual repository owners.
For more information, please refer to the [README](https://github.com/ui5lab/ui5lab-central) of the UI5Lab-central repository.

0 comments on commit c66b7f1

Please sign in to comment.