Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
remove browser support
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Jul 1, 2020
1 parent d225246 commit 9dd5d1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,8 @@ a CAR file.

**Parameters:**

* **`root`** _(`Block`)_: the root of the graph to start at, this block will be
included in the CAR and its CID will be set as the single root.
* **`root`** _(`CID`)_: the CID of the root of the graph to start at, this block
will be included in the CAR and the CID will be set as the single root.
* **`get`** _(`AsyncFunction`)_: an `async` function that takes a CID and returns
a `Block`. Can be used to attach to an arbitrary data store.
* **`car`** _(`CarDatastore`)_: a writable `CarDatastore` that has not yet been
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
},
"scripts": {
"lint": "standard",
"test:browser": "polendina --cleanup test/test-readbuffer.js test/test-query.js",
"test:node": "hundreds mocha test/test-*.js",
"test": "npm run lint && npm run test:node && npm run test:browser",
"test": "npm run lint && hundreds mocha test/test-*.js",
"docs": "jsdoc4readme --readme *.js lib/raw.js",
"coverage": "c8 --reporter=html --reporter=text mocha test/test-*.js && npx st -d coverage -p 8888"
},
Expand Down Expand Up @@ -41,7 +39,6 @@
"ipld-dag-pb": "^0.18.5",
"jsdoc4readme": "^1.3.0",
"mocha": "^7.2.0",
"polendina": "^1.0.0",
"standard": "^14.3.4"
},
"dependencies": {
Expand Down

0 comments on commit 9dd5d1a

Please sign in to comment.