File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jjmyers/api-store" ,
3
- "version" : " 1.3.5 " ,
3
+ "version" : " 1.3.6 " ,
4
4
"private" : false ,
5
5
"type" : " module" ,
6
6
"publishConfig" : {
15
15
},
16
16
"scripts" : {
17
17
"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" ,
19
19
"test" : " react-scripts test" ,
20
20
"testIndex" : " nodemon src/__tests__/index.ts" ,
21
21
"eject" : " react-scripts eject"
22
22
},
23
23
"dependencies" : {
24
- "@jjmyers/object-relationship-store" : " ^3.2.7 "
24
+ "@jjmyers/object-relationship-store" : " ^3.2.8 "
25
25
},
26
26
"repository" : {
27
27
"type" : " git" ,
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export default [
26
26
typescript ( {
27
27
include : [ "lib/**" ] ,
28
28
declaration : true ,
29
- declarationDir : "build/types "
29
+ declarationDir : "build"
30
30
} ) ,
31
31
terser ( )
32
32
] ,
You can’t perform that action at this time.
0 commit comments