Skip to content

Commit 1a773a7

Browse files
add functions-have-names
1 parent efa4112 commit 1a773a7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

typespec-extension/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@
5555
"dependencies": {
5656
"@autorest/codemodel": "~4.19.3",
5757
"lodash": "~4.17.21",
58-
"js-yaml": "~4.1.0"
58+
"js-yaml": "~4.1.0",
59+
"functions-have-names": "~1.2.3"
5960
},
6061
"devDependencies": {
6162
"@types/lodash": "~4.14.198",

typespec-tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "typespec-java-tests",
2+
"name": "@azure-tools/typespec-java-tests",
33
"version": "0.0.1",
44
"type": "module",
55
"scripts": {

0 commit comments

Comments
 (0)