Skip to content

Commit 80cf90b

Browse files
author
Oleksandr_Halichenko
committed
added source maps
1 parent a60c2cc commit 80cf90b

File tree

8 files changed

+2003
-1098
lines changed

8 files changed

+2003
-1098
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
1010
:pencil: - chore
1111
:microscope: - experimental
1212

13-
## [unreleased]
13+
## [2.1.0]
14+
- :rocket: added source maps
1415
- :beetle: fixed publishing workflow
1516

1617
## [2.0.0]

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# @qavajs/steps-api
2-
Step library to work with API
2+
Step library to work with REST, GraphQL and websocket API
33

44
## Installation
55

6-
`npm install @qavajs/steps-api`
6+
```bash
7+
npm install @qavajs/steps-api
8+
```
79

810
## Configuration
9-
```javascript
10-
module.exports = {
11-
default: {
12-
require: [
13-
'node_modules/@qavajs/steps-api/index.js'
14-
]
15-
}
11+
```typescript
12+
export default {
13+
require: [
14+
'node_modules/@qavajs/steps-api/index.js'
15+
]
1616
}
1717
```

0 commit comments

Comments
 (0)