Skip to content
This repository was archived by the owner on Mar 28, 2022. It is now read-only.

Commit c581c3c

Browse files
committed
chore(deps): Update version
1 parent d0307e6 commit c581c3c

File tree

6 files changed

+10
-19
lines changed

6 files changed

+10
-19
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010
### Fixed
1111
### Removed
1212

13+
## [1.0.3] - 2020-01-26
14+
### Changed
15+
- Update dependencies
16+
1317
## [1.0.2] - 2020-01-12
1418
### Changed
1519
- Update dependencies

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Build status][travisci-image]][travisci-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Quality Gate][quality-gate-image]][quality-gate-url]
22

3-
[![NPM dependencies][npm-dependencies-image]][npm-dependencies-url] [![Greenkeeper badge](https://badges.greenkeeper.io/mocks-server/admin-api-client.svg)](https://greenkeeper.io/) [![Last commit][last-commit-image]][last-commit-url] [![Last release][release-image]][release-url]
3+
[![NPM dependencies][npm-dependencies-image]][npm-dependencies-url] [![Renovate](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com) [![Last commit][last-commit-image]][last-commit-url] [![Last release][release-image]][release-url]
44

55
[![NPM downloads][npm-downloads-image]][npm-downloads-url] [![License][license-image]][license-url]
66

greenkeeper.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mocks-server/admin-api-client",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Client of @mocks-server/plugin-admin-api",
55
"keywords": [
66
"mocks-server-plugin",
@@ -27,13 +27,14 @@
2727
"lint": "eslint index.js test src jest.config.js test-e2e/browser/react-app/src test-e2e/browser/cypress test-e2e/browser/vanilla-app/public/main.js test-e2e/nodejs/es6/test test-e2e/nodejs/es6/index.js",
2828
"lint-staged": "lint-staged",
2929
"test": "jest",
30+
"test:coverage": "npm run test",
3031
"coveralls": "cat ./coverage/lcov.info | coveralls",
3132
"test:e2e:install": "cd test-e2e/mocks && npm i && cd ../nodejs/es6 && npm i && cd ../../browser && npm i && npm run cypress:install && cd react-app && npm i && cd ../vanilla-app && npm i",
3233
"test:e2e:browser": "cd test-e2e/browser && npm run test:react-app && npm run test:vanilla-app",
3334
"test:e2e:nodejs": "cd test-e2e/nodejs/es6 && npm run test:ci",
3435
"test:e2e": "npm run test:e2e:browser && npm run test:e2e:nodejs",
3536
"test:e2e:ci": "npm run test:e2e:install && npm run test:e2e",
36-
"test:ci": "npm run build && npm run test && npm run test:e2e:ci"
37+
"test:ci": "npm run build && npm run test:coverage && npm run test:e2e:ci"
3738
},
3839
"peerDependencies": {
3940
"@data-provider/core": "^1.7.0"

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sonar.organization=mocks-server
22
sonar.projectKey=mocks-server-admin-api-client
3-
sonar.projectVersion=1.0.2
3+
sonar.projectVersion=1.0.3
44

55
sonar.javascript.file.suffixes=.js
66
sonar.sourceEncoding=UTF-8

0 commit comments

Comments
 (0)