Skip to content

Commit

Permalink
Fixed export paths
Browse files Browse the repository at this point in the history
  • Loading branch information
LowerDimensions committed Apr 28, 2024
1 parent 1115872 commit f1d0971
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "@doom/slipper" ,
"version" : "1.1.1" ,
"version" : "1.1.2" ,

"tasks" : {
"install" : "bash .config/Scripts/Install.sh"
Expand All @@ -9,8 +9,8 @@
"importMap" : "Source/Imports.json" ,

"exports" : {
"imports" : "./Source/Imports.json" ,
"lock" : "./deno.lock" ,
"./imports" : "./Source/Imports.json" ,
"./lock" : "./deno.lock" ,
"." : "./Source/mod.ts"
},

Expand Down

0 comments on commit f1d0971

Please sign in to comment.