Skip to content

Commit

Permalink
build(text): dt dependency type (#1160)
Browse files Browse the repository at this point in the history
* build(text): dt dependency type

* add dt build types

* restore dev
  • Loading branch information
yinonov committed Dec 22, 2021
1 parent e9a864c commit 8e94468
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions common/design-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"*.js",
"*.d.ts",
"*.js.map",
"*.css"
"*.css",
"build/types"
],
"repository": {
"type": "git",
Expand All @@ -29,4 +30,4 @@
"ramda": "^0.27.1",
"style-dictionary": "^3.0.1"
}
}
}
2 changes: 1 addition & 1 deletion components/text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@
"@vonage/vvd-umbrella": "2.23.0",
"typescript": "^4.3.2"
}
}
}

0 comments on commit 8e94468

Please sign in to comment.