We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5357e57 commit 820b100Copy full SHA for 820b100
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "native-file-system-adapter",
3
- "version": "1.1.0",
+ "version": "2.0.0",
4
"description": "Native File System API",
5
"main": "src/es6.js",
6
"module": "./src/es6.js",
@@ -12,7 +12,7 @@
12
"test": "exit 0",
13
"test:browser": "php -S localhost:4444 & open http://localhost:4444/example/test.html",
14
"test:node": "node test/test-node.js",
15
- "test:deno": "deno run --allow-read --allow-net test/test-deno.js",
+ "test:deno": "deno run --allow-read --allow-write --allow-net test/test-deno.js",
16
"build": "rm -rf dist && rollup -c rollup.config.js"
17
},
18
"repository": {
0 commit comments