File tree 4 files changed +14
-10
lines changed
4 files changed +14
-10
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ module . exports = {
2
+ presets : [
3
+ [
4
+ '@babel/preset-env' ,
5
+ { 'modules' : false } ,
6
+ ] ,
7
+ ] ,
8
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tua-body-scroll-lock" ,
3
- "version" : " 0.2.0 " ,
3
+ "version" : " 0.2.1 " ,
4
4
"description" : " 🔐Body scroll locking that just works with everything" ,
5
5
"main" : " dist/tua-bsl.umd.js" ,
6
6
"module" : " dist/tua-bsl.esm.js" ,
17
17
"pub:n" : " npm run build && npm publish --tag next" ,
18
18
"deploy" : " npm run build && gh-pages -d dist"
19
19
},
20
+ "files" : [
21
+ " src/" ,
22
+ " dist/"
23
+ ],
20
24
"eslintIgnore" : [
21
25
" dist/"
22
26
],
Original file line number Diff line number Diff line change 4
4
"baseUrl" : " ." ,
5
5
"experimentalDecorators" : true ,
6
6
"paths" :{
7
- "@/*" : [" src/*" ],
7
+ "@/*" : [" src/*" ]
8
8
}
9
9
},
10
10
"exclude" : [" node_modules" ]
You can’t perform that action at this time.
0 commit comments