Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fuchsvomwalde committed Feb 25, 2018
1 parent 1f20e12 commit 7fede95
Showing 1 changed file with 12 additions and 16 deletions.
28 changes: 12 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,22 @@
{
"name": "ui5-lib-visualization",
"version": "0.1.0",
"version": "0.1.1",
"scripts": {
"test": "yarn eslint ./src/ui5/viz --ext .js --cache ",
"start":
"NODE_ENV=development DEV_PORT=3000 babel-node node_modules/gulp/bin/gulp.js --silent",
"start:verbose":
"NODE_ENV=development DEV_PORT=3000 babel-node node_modules/gulp/bin/gulp.js",
"start:dist":
"NODE_ENV=production DEV_PORT=3000 babel-node node_modules/gulp/bin/gulp.js testDist",
"build":
"NODE_ENV=production babel-node node_modules/gulp/bin/gulp.js build --silent",
"build:verbose":
"NODE_ENV=production babel-node node_modules/gulp/bin/gulp.js build",
"build:disclaimer":
"yarn licenses generate-disclaimer --production >> DISCLAIMER.md",
"start": "NODE_ENV=development DEV_PORT=3000 babel-node node_modules/gulp/bin/gulp.js --silent",
"start:verbose": "NODE_ENV=development DEV_PORT=3000 babel-node node_modules/gulp/bin/gulp.js",
"start:dist": "NODE_ENV=production DEV_PORT=3000 babel-node node_modules/gulp/bin/gulp.js testDist",
"build": "NODE_ENV=production babel-node node_modules/gulp/bin/gulp.js build --silent",
"build:verbose": "NODE_ENV=production babel-node node_modules/gulp/bin/gulp.js build",
"build:disclaimer": "yarn licenses generate-disclaimer --production >> DISCLAIMER.md",
"docs": "babel-node docs/tools/create-ui5-docs.js",
"precommit": "lint-staged"
},
"lint-staged": {
"*.js": ["prettier --write --no-semi --single-quote", "git add"]
"*.js": [
"prettier --write --no-semi --single-quote",
"git add"
]
},
"description": "UI5 Visualization Library",
"repository": "https://github.com/pulseshift/ui5-lib-visualization.git",
Expand All @@ -39,8 +36,7 @@
"src": "cdn",
"srcLinks": {
"cdn": {
"url":
"https://openui5.hana.ondemand.com/{{version}}/resources/sap-ui-core.js",
"url": "https://openui5.hana.ondemand.com/{{version}}/resources/sap-ui-core.js",
"version": "1.50.8",
"isPrebuild": true,
"isArchive": false
Expand Down

0 comments on commit 7fede95

Please sign in to comment.