Comparing version 0.0.4 to 0.0.5
@@ -44,3 +44,4 @@ import { Dispatch, Reducer, Store } from "@reduxjs/toolkit"; | ||
destroy(): void; | ||
update(): void; | ||
} | ||
} |
{ | ||
"name": "bullet", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"exports": "./bullet.js", | ||
@@ -18,3 +18,2 @@ "types": "./bullet.d.ts", | ||
"scripts": { | ||
"types": "tsc bullet.js --allowJs -d --outdir . --skipLibCheck --module esnext --declaration --emitDeclarationOnly", | ||
"test-watch": "node --test --watch", | ||
@@ -21,0 +20,0 @@ "test": "node --test" |
28334
20
551