Skip to content

Commit

Permalink
Fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
winston0410 committed Aug 25, 2021
1 parent 4715e88 commit a847cf9
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 26 deletions.
1 change: 1 addition & 0 deletions .envrc
@@ -0,0 +1 @@
eval "$(lorri direnv)"
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -12,11 +12,11 @@
"license": "MIT",
"devDependencies": {
"derver": "^0.4.17",
"esbuild": "^0.12.21",
"esbuild": "^0.12.22",
"esbuild-svelte": "^0.5.4",
"glory-svelte-preprocess": "^0.1.5",
"glory-svelte-preprocess": "^0.2.2",
"sass": "^1.38.0",
"svelte": "^3.42.1",
"svelte": "^3.42.2",
"svelte-preprocess": "^4.7.4"
}
}
46 changes: 23 additions & 23 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions shell.nix
@@ -0,0 +1,5 @@
{ pkgs ? import <nixpkgs> { } }:

pkgs.mkShell {
buildInputs = with pkgs; [ nodejs-16_x nodePackages.pnpm ];
}

0 comments on commit a847cf9

Please sign in to comment.