Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgpearce committed Jan 17, 2022
1 parent aaceb2e commit 2a3a0f4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinybase",
"version": "1.0.1",
"version": "1.0.2",
"author": "jamesgpearce",
"repository": "github:tinyplex/tinybase",
"license": "MIT",
Expand All @@ -21,7 +21,14 @@
".": "./lib/tinybase.js",
"./*": "./lib/*.js"
},
"types": "./lib/tinybase.d.ts",
"typesVersions": {
"*": {
"*": [
"./lib/*.d.ts",
"./lib/tinybase.d.ts"
]
}
},
"browser": {
"fs": false
},
Expand Down

0 comments on commit 2a3a0f4

Please sign in to comment.