Skip to content

Commit

Permalink
add: file system access types
Browse files Browse the repository at this point in the history
  • Loading branch information
zenkyuv committed Dec 21, 2023
1 parent 8122d0a commit 63fbdbf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@
"test": "cynic node ./x/tests.test.js",
"build": "turtle-standard && run-p copy-coi",
"start": "turtle-standard-watch",
"copy-coi": "cp node_modules/coi-serviceworker/coi-serviceworker.js x/"
"copy-coi": "cp node_modules/coi-serviceworker/coi-serviceworker.js x/"
},
"author": "zenkyuv",
"license": "ISC",
"devDependencies": {
"@benev/turtle": "^0.5.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/chai": "^4.3.10",
"@types/wicg-file-system-access": "^2023.10.4",
"chai": "^4.3.10",
"chokidar": "^3.5.3",
"chokidar-cli": "^3.0.0",
Expand Down

0 comments on commit 63fbdbf

Please sign in to comment.