Skip to content

Commit 820b100

Browse files
committed
bump major
1 parent 5357e57 commit 820b100

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "native-file-system-adapter",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"description": "Native File System API",
55
"main": "src/es6.js",
66
"module": "./src/es6.js",
@@ -12,7 +12,7 @@
1212
"test": "exit 0",
1313
"test:browser": "php -S localhost:4444 & open http://localhost:4444/example/test.html",
1414
"test:node": "node test/test-node.js",
15-
"test:deno": "deno run --allow-read --allow-net test/test-deno.js",
15+
"test:deno": "deno run --allow-read --allow-write --allow-net test/test-deno.js",
1616
"build": "rm -rf dist && rollup -c rollup.config.js"
1717
},
1818
"repository": {

0 commit comments

Comments
 (0)