File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 15
15
"license" : " MIT" ,
16
16
"author" :
" Rahim Alwer <[email protected] >" ,
17
17
"engines" : {
18
- "node" : " >= 14 "
18
+ "node" : " >=16 "
19
19
},
20
20
"homepage" : " https://github.com/mihar-22/svelte-jester#readme" ,
21
21
"repository" : {
75
75
"typescript" : " ^4.0.0"
76
76
},
77
77
"volta" : {
78
- "node" : " 14.18.3 "
78
+ "node" : " 16.13.2 "
79
79
}
80
80
}
Original file line number Diff line number Diff line change 1
1
const resolve = require ( '@rollup/plugin-node-resolve' ) . default
2
- const copy = require ( " rollup-plugin-copy-assets" )
2
+ const copy = require ( ' rollup-plugin-copy-assets' )
3
3
const pkg = require ( './package.json' )
4
4
5
5
const external = [ ] . concat (
@@ -22,9 +22,9 @@ module.exports = [
22
22
resolve ( ) ,
23
23
copy ( {
24
24
assets : [
25
- " src/preprocess.js"
26
- ] ,
27
- } ) ,
25
+ ' src/preprocess.js'
26
+ ]
27
+ } )
28
28
]
29
29
} ,
30
30
{
You can’t perform that action at this time.
0 commit comments