Skip to content

Commit 2a3a0f4

Browse files
committed
v1.0.2
1 parent aaceb2e commit 2a3a0f4

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tinybase",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"author": "jamesgpearce",
55
"repository": "github:tinyplex/tinybase",
66
"license": "MIT",
@@ -21,7 +21,14 @@
2121
".": "./lib/tinybase.js",
2222
"./*": "./lib/*.js"
2323
},
24-
"types": "./lib/tinybase.d.ts",
24+
"typesVersions": {
25+
"*": {
26+
"*": [
27+
"./lib/*.d.ts",
28+
"./lib/tinybase.d.ts"
29+
]
30+
}
31+
},
2532
"browser": {
2633
"fs": false
2734
},

0 commit comments

Comments
 (0)