Skip to content

Commit

Permalink
add namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tatchi committed Apr 12, 2020
1 parent 30c1d49 commit 1443b8a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
## Installation

```sh
npm install --save-dev bs-idb-keyval
npm install --save @tatchi/bs-idb-keyval
```

Then add `bs-idb-keyval` to `bs-dev-dependencies` in your `bsconfig.json`:
Then add `@tatchi/bs-idb-keyval` to `bs-dependencies` in your `bsconfig.json`:
```js
{
...
"bs-dev-dependencies": ["bs-idb-keyval"]
"bs-dependencies": ["@tatchi/bs-idb-keyval"]
}
```

Expand Down
2 changes: 1 addition & 1 deletion bsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "bs-idb-keyval",
"name": "@tatchi/bs-idb-keyval",
"version": "0.1.0",
"bsc-flags": ["-bs-super-errors"],
"sources": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "bs-idb-keyval",
"name": "@tatchi/bs-idb-keyval",
"version": "0.1.0",
"description": "BuckleScript bindings for idb-keyval",
"main": "lib/js/src/IdbKeyVal.js",
Expand Down

0 comments on commit 1443b8a

Please sign in to comment.