We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a4721e commit cc0ecc3Copy full SHA for cc0ecc3
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ui5-lib-visualization",
3
- "version": "0.2.4",
+ "version": "0.2.5",
4
"scripts": {
5
"test": "yarn eslint ./src/ui5/viz --ext .js --cache ",
6
"start": "NODE_ENV=development DEV_PORT=3000 babel-node node_modules/gulp/bin/gulp.js --silent",
@@ -49,15 +49,19 @@
49
},
50
"theme": "sap_belize_plus",
51
"apps": [],
52
- "libraries": [{
53
- "name": "ui5.viz",
54
- "path": "src/ui5/viz"
55
- }],
+ "libraries": [
+ {
+ "name": "ui5.viz",
+ "path": "src/ui5/viz"
56
+ }
57
+ ],
58
"themes": [],
- "assets": [{
- "name": "ui5.demo",
59
- "path": "src/demo"
60
- }]
+ "assets": [
61
+ "name": "ui5.demo",
62
+ "path": "src/demo"
63
64
+ ]
65
66
"devDependencies": {
67
"babel": "^6.23.0",
0 commit comments