Skip to content

Commit

Permalink
add workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
pichlermarc committed Nov 17, 2023
1 parent 4bbc034 commit 93ea902
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 6 deletions.
28 changes: 25 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@types/sinon": "^10.0.11"
},
"workspaces": [
"packages/*"
],
"author": "",
"license": "ISC"
}
14 changes: 14 additions & 0 deletions packages/pkg-a/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "pkg-a",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@types/sinon": "^10.0.11"
},
"author": "",
"license": "ISC"
}
14 changes: 14 additions & 0 deletions packages/pkg-b/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "pkg-b",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@types/sinon": "10.0.11"
},
"author": "",
"license": "ISC"
}

0 comments on commit 93ea902

Please sign in to comment.