Skip to content

Commit ee81e05

Browse files
authored
Update keywords in package.json for tandf
Removed 'math.tandf' from extra_keywords and added 'tanf' and 'tand' to keywords. Signed-off-by: Manvith <[email protected]>
1 parent 4438716 commit ee81e05

File tree

1 file changed

+4
-3
lines changed
  • lib/node_modules/@stdlib/math/base/special/tandf

1 file changed

+4
-3
lines changed

lib/node_modules/@stdlib/math/base/special/tandf/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,14 +132,15 @@
132132
},
133133
"keywords": [
134134
"tan",
135+
"tanf",
136+
"tand",
137+
"tandf",
135138
"tangent",
136139
"trig",
137140
"trigonometry",
138141
"degrees"
139142
],
140-
"extra_keywords": [
141-
"math.tandf"
142-
]
143+
"extra_keywords": []
143144
}
144145
}
145146
}

0 commit comments

Comments
 (0)