Skip to content

Commit

Permalink
Merge pull request #7 from IONISx/tusbar/1.1.0
Browse files Browse the repository at this point in the history
Release 1.1.0
  • Loading branch information
tusbar authored Jan 9, 2017
2 parents 2b8b024 + c858f0a commit 9e4dc39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "edx-db",
"version": "1.0.2",
"version": "1.1.0",
"description": "Open edX database library",
"main": "index.js",
"scripts": {
Expand Down
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![codecov](https://codecov.io/gh/IONISx/edx-db-node/branch/master/graph/badge.svg)](https://codecov.io/gh/IONISx/edx-db-node)
[![NSP Status](https://nodesecurity.io/orgs/ionisx/projects/83be9462-ccc1-49a1-99c7-46f6777095c2/badge)](https://nodesecurity.io/orgs/ionisx/projects/83be9462-ccc1-49a1-99c7-46f6777095c2)
[![npm version](https://img.shields.io/npm/v/edx-db.svg)](https://www.npmjs.com/package/edx-db)

> Open edX database library
Expand All @@ -10,13 +11,13 @@
First, install `gulp`:

```shell
$ npm install -g gulp-cli
$ yarn global add --dev gulp-cli
```

Then install the local dependencies:

```shell
$ npm install
$ yarn install
```

Finally, assess code quality and run unit tests using `gulp`:
Expand Down

0 comments on commit 9e4dc39

Please sign in to comment.