Skip to content

Commit 7fede95

Browse files
committed
v0.1.1
1 parent 1f20e12 commit 7fede95

File tree

1 file changed

+12
-16
lines changed

1 file changed

+12
-16
lines changed

package.json

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,22 @@
11
{
22
"name": "ui5-lib-visualization",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"scripts": {
55
"test": "yarn eslint ./src/ui5/viz --ext .js --cache ",
6-
"start":
7-
"NODE_ENV=development DEV_PORT=3000 babel-node node_modules/gulp/bin/gulp.js --silent",
8-
"start:verbose":
9-
"NODE_ENV=development DEV_PORT=3000 babel-node node_modules/gulp/bin/gulp.js",
10-
"start:dist":
11-
"NODE_ENV=production DEV_PORT=3000 babel-node node_modules/gulp/bin/gulp.js testDist",
12-
"build":
13-
"NODE_ENV=production babel-node node_modules/gulp/bin/gulp.js build --silent",
14-
"build:verbose":
15-
"NODE_ENV=production babel-node node_modules/gulp/bin/gulp.js build",
16-
"build:disclaimer":
17-
"yarn licenses generate-disclaimer --production >> DISCLAIMER.md",
6+
"start": "NODE_ENV=development DEV_PORT=3000 babel-node node_modules/gulp/bin/gulp.js --silent",
7+
"start:verbose": "NODE_ENV=development DEV_PORT=3000 babel-node node_modules/gulp/bin/gulp.js",
8+
"start:dist": "NODE_ENV=production DEV_PORT=3000 babel-node node_modules/gulp/bin/gulp.js testDist",
9+
"build": "NODE_ENV=production babel-node node_modules/gulp/bin/gulp.js build --silent",
10+
"build:verbose": "NODE_ENV=production babel-node node_modules/gulp/bin/gulp.js build",
11+
"build:disclaimer": "yarn licenses generate-disclaimer --production >> DISCLAIMER.md",
1812
"docs": "babel-node docs/tools/create-ui5-docs.js",
1913
"precommit": "lint-staged"
2014
},
2115
"lint-staged": {
22-
"*.js": ["prettier --write --no-semi --single-quote", "git add"]
16+
"*.js": [
17+
"prettier --write --no-semi --single-quote",
18+
"git add"
19+
]
2320
},
2421
"description": "UI5 Visualization Library",
2522
"repository": "https://github.com/pulseshift/ui5-lib-visualization.git",
@@ -39,8 +36,7 @@
3936
"src": "cdn",
4037
"srcLinks": {
4138
"cdn": {
42-
"url":
43-
"https://openui5.hana.ondemand.com/{{version}}/resources/sap-ui-core.js",
39+
"url": "https://openui5.hana.ondemand.com/{{version}}/resources/sap-ui-core.js",
4440
"version": "1.50.8",
4541
"isPrebuild": true,
4642
"isArchive": false

0 commit comments

Comments
 (0)