Skip to content

Commit 502d3b0

Browse files
committed
updated deps
1 parent 5165863 commit 502d3b0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jjmyers/api-store",
3-
"version": "1.3.5",
3+
"version": "1.3.6",
44
"private": false,
55
"type": "module",
66
"publishConfig": {
@@ -15,13 +15,13 @@
1515
},
1616
"scripts": {
1717
"start": "react-scripts start",
18-
"build": "rm -r ./build & rm jjmyers-api-store-*.tgz & rollup -c --bundleConfigAsCjs && cp lib/types.d.ts build/types && npm pack",
18+
"build": "rm -r ./build & rm jjmyers-api-store-*.tgz & rollup -c --bundleConfigAsCjs && cp lib/types.d.ts build && npm pack",
1919
"test": "react-scripts test",
2020
"testIndex": "nodemon src/__tests__/index.ts",
2121
"eject": "react-scripts eject"
2222
},
2323
"dependencies": {
24-
"@jjmyers/object-relationship-store": "^3.2.7"
24+
"@jjmyers/object-relationship-store": "^3.2.8"
2525
},
2626
"repository": {
2727
"type": "git",

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default [
2626
typescript({
2727
include: ["lib/**"],
2828
declaration: true,
29-
declarationDir: "build/types"
29+
declarationDir: "build"
3030
}),
3131
terser()
3232
],

0 commit comments

Comments
 (0)