Skip to content

Commit

Permalink
bump major
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmywarting committed Sep 30, 2021
1 parent 5357e57 commit 820b100
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "native-file-system-adapter",
"version": "1.1.0",
"version": "2.0.0",
"description": "Native File System API",
"main": "src/es6.js",
"module": "./src/es6.js",
Expand All @@ -12,7 +12,7 @@
"test": "exit 0",
"test:browser": "php -S localhost:4444 & open http://localhost:4444/example/test.html",
"test:node": "node test/test-node.js",
"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",
"build": "rm -rf dist && rollup -c rollup.config.js"
},
"repository": {
Expand Down

0 comments on commit 820b100

Please sign in to comment.