Skip to content

Commit

Permalink
Upgarde dependencies, use yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbmatter committed Oct 12, 2018
1 parent edd2593 commit 3cc7133
Show file tree
Hide file tree
Showing 3 changed files with 3,122 additions and 9 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ This is a pure JS in-memory implementation of [the IndexedDB 2.0 API](https://w3
## Installation

```sh
npm install fake-indexeddb
npm install --save-dev fake-indexeddb
```

or

```sh
yarn add --dev fake-indexeddb
```

## Use
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@
"setimmediate": "^1.0.5"
},
"devDependencies": {
"@types/mocha": "^2.2.41",
"@types/node": "^9.4.6",
"browserify": "^16.1.0",
"mocha": "^5.0.1",
"node-qunit-phantomjs": "^1.5.0",
"@types/mocha": "^5.2.5",
"@types/node": "^10.11.7",
"browserify": "^16.2.3",
"mocha": "^5.2.0",
"node-qunit-phantomjs": "^1.6.3",
"qunitjs": "^1.23.1",
"semver": "^5.3.0",
"tslint": "^5.1.0",
"typescript": "^2.3.1"
"semver": "^5.6.0",
"tslint": "^5.11.0",
"typescript": "^3.1.3"
}
}
Loading

0 comments on commit 3cc7133

Please sign in to comment.