Skip to content

Commit cc0ecc3

Browse files
committed
v0.2.5
1 parent 0a4721e commit cc0ecc3

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

package.json

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ui5-lib-visualization",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"scripts": {
55
"test": "yarn eslint ./src/ui5/viz --ext .js --cache ",
66
"start": "NODE_ENV=development DEV_PORT=3000 babel-node node_modules/gulp/bin/gulp.js --silent",
@@ -49,15 +49,19 @@
4949
},
5050
"theme": "sap_belize_plus",
5151
"apps": [],
52-
"libraries": [{
53-
"name": "ui5.viz",
54-
"path": "src/ui5/viz"
55-
}],
52+
"libraries": [
53+
{
54+
"name": "ui5.viz",
55+
"path": "src/ui5/viz"
56+
}
57+
],
5658
"themes": [],
57-
"assets": [{
58-
"name": "ui5.demo",
59-
"path": "src/demo"
60-
}]
59+
"assets": [
60+
{
61+
"name": "ui5.demo",
62+
"path": "src/demo"
63+
}
64+
]
6165
},
6266
"devDependencies": {
6367
"babel": "^6.23.0",

0 commit comments

Comments
 (0)