Skip to content

Commit

Permalink
Fixed command
Browse files Browse the repository at this point in the history
  • Loading branch information
LowerDimensions committed Apr 28, 2024
1 parent caed2c9 commit 4bd48fb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
16 changes: 8 additions & 8 deletions .config/Scripts/Install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

clear

deno install \
--force \
--global \
--name slipper \
--allow-write \
--allow-read \
--lock=deno.lock \
Source/mod.ts
deno install \
--force \
--global \
--name slipper \
--allow-write \
--allow-read \
'./Source/mod.ts'

2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,5 @@ deno install \
--name slipper \
--allow-write \
--allow-read \
--lock=jsr:@doom/slipper/lock \
--import-map=jsr:@doom/slipper/imports \
jsr:@doom/slipper
```
2 changes: 0 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
"importMap" : "Source/Imports.json" ,

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

Expand Down

0 comments on commit 4bd48fb

Please sign in to comment.