Skip to content

Commit

Permalink
chore(package.json): Explicitly list workspaces, drop them as "depend…
Browse files Browse the repository at this point in the history
…encies"
  • Loading branch information
eemeli committed Nov 16, 2022
1 parent 9e3a4c2 commit 56ecea2
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 42 deletions.
87 changes: 51 additions & 36 deletions package-lock.json

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

9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"author": "Eemeli Aro <[email protected]>",
"license": "ISC",
"workspaces": [
"packages/*"
"packages/compiler",
"packages/cli",
"packages/plurals"
],
"repository": {
"type": "git",
Expand All @@ -18,11 +20,6 @@
"preversion": "npm run clean && npm run build && npm test",
"test": "nyc mocha"
},
"dependencies": {
"make-plural": "file:packages/plurals",
"make-plural-cli": "file:packages/cli",
"make-plural-compiler": "file:packages/compiler"
},
"devDependencies": {
"@babel/core": "^7.12.0",
"@babel/plugin-proposal-class-properties": "^7.10.4",
Expand Down

0 comments on commit 56ecea2

Please sign in to comment.