Skip to content

Commit ef1bae4

Browse files
committed
ts: move types to lib
1 parent f9ad7ea commit ef1bae4

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
## Trunk
55

6+
* ts: move types to lib
7+
* package: remove directories and use files
68
* package: update homepage
79

810
## Version 0.5.1
File renamed without changes.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"Derrell Lipman <https://github.com/derrell>"
2525
],
2626
"main": "./lib/printf",
27-
"types": "./typings/printf.d.ts",
27+
"types": "./lib/printf.d.ts",
2828
"engines": {
2929
"node": ">= 0.9.0"
3030
},

0 commit comments

Comments
 (0)