Skip to content

Commit

Permalink
chore(root): add workspaces data to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy Andrade committed Jun 7, 2020
1 parent 6ace49c commit 212f75c
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
@@ -1,8 +1,13 @@
{
"name": "@multei/design",
"private": true,
"workspaces": {
"packages": [
"packages/themes",
"packages/tokens"
]
},
"description": "Design System for Multei!",
"main": "index.js",
"scripts": {
"build": "lerna run build",
"bootstrap": "npm run lerna:install",
Expand Down

0 comments on commit 212f75c

Please sign in to comment.