Skip to content

Commit

Permalink
Enable for UI5 Tooling usage
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomByte committed Oct 8, 2018
1 parent 3922e87 commit c1cd466
Show file tree
Hide file tree
Showing 6 changed files with 143 additions and 1,041 deletions.
117 changes: 117 additions & 0 deletions package-lock.json

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

16 changes: 6 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,18 @@
"private": false,
"scripts": {
"test": "echo \"Error: no test specified. Please add some.\" && exit 1",
"postinstall": "bower install && node postInstall",
"start": "grunt"
"start": "ui5 serve -o"
},
"dependencies": {
"@openui5/sap.ui.core": "^1.56.2",
"@openui5/sap.m": "^1.56.2",
"@openui5/themelib_sap_belize": "^1.56.2",
"@openui5/sap.ui.layout": "^1.56.2",
"@openui5/sap.f": "^1.56.2",
"parallax-js": "^3.1.0"
},
"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",
"ui5lab-browser": "^0.1.0",
"parallax-js": "^3.1.0",
"fs-extra": "^3.0.0"
}
}
8 changes: 0 additions & 8 deletions postInstall.js

This file was deleted.

Loading

0 comments on commit c1cd466

Please sign in to comment.