Skip to content

Commit

Permalink
feat(npm): workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
vobu committed Feb 15, 2022
1 parent 1233110 commit a0e77c1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"version": "0.9.0",
"description": "WebdriverIO plugin for testing UI5 browser-based apps",
"main": "dist/index.js",
"workspaces": [
"dist",
"examples/ui5-js-app"
],
"scripts": {
"build": "rm -Rf dist && tsc",
"build:watch": "tsc -w"
Expand All @@ -24,7 +28,8 @@
"url": "git+ssh://[email protected]:js-soft/wdi5.git"
},
"engines": {
"node": ">=14"
"node": ">=14",
"npm": ">=7"
},
"devDependencies": {
"@types/openui5": "^1.98.0",
Expand Down

0 comments on commit a0e77c1

Please sign in to comment.