|
1 | 1 | {
|
2 | 2 | "name": "ui5-lib-visualization",
|
3 |
| - "version": "0.1.0", |
| 3 | + "version": "0.1.1", |
4 | 4 | "scripts": {
|
5 | 5 | "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", |
18 | 12 | "docs": "babel-node docs/tools/create-ui5-docs.js",
|
19 | 13 | "precommit": "lint-staged"
|
20 | 14 | },
|
21 | 15 | "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 | + ] |
23 | 20 | },
|
24 | 21 | "description": "UI5 Visualization Library",
|
25 | 22 | "repository": "https://github.com/pulseshift/ui5-lib-visualization.git",
|
|
39 | 36 | "src": "cdn",
|
40 | 37 | "srcLinks": {
|
41 | 38 | "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", |
44 | 40 | "version": "1.50.8",
|
45 | 41 | "isPrebuild": true,
|
46 | 42 | "isArchive": false
|
|
0 commit comments