Skip to content

Commit

Permalink
Merge pull request #3 from YouSee/minor-stuff
Browse files Browse the repository at this point in the history
minor stuff
  • Loading branch information
renegus authored Aug 8, 2019
2 parents 178609d + 5ffc7cb commit b4f0b9a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.0.2](https://github.com/YouSee/sparklybot/compare/v1.0.1...v1.0.2) (2019-08-08)

### 1.0.1 (2019-08-08)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ An automation framework for testing [Spark](https://www.sparkui.org/) UI Applica

## Installation

Sparklybot is a set of tools which can be used together with any test framework of your choice (Jest, Ava, Mocha etc.)
Sparklybot is a set of tools which can be used together with any test framework of your choice ([Jest](https://github.com/facebook/jest), [Ava](https://github.com/avajs/ava), [Mocha](https://github.com/mochajs/mocha) etc.)

Installation is simple:

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 13 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "sparklybot",
"version": "1.0.1",
"version": "1.0.2",
"description": "Automation framework for the Spark UI Browser",
"repository": "YouSee/sparklybot",
"main": "dist/index.js",
"scripts": {
"prebuild": "npm run clean",
Expand All @@ -19,8 +20,19 @@
"test:circleCI": "jest './test/local/.*.spark.test.js' --runInBand",
"pretest": "npm run lint"
},
"keywords": [
"rdk",
"spark",
"ui",
"testing",
"automation",
"ci"
],
"author": "Yousee",
"license": "ISC",
"files": [
"dist"
],
"devDependencies": {
"@babel/cli": "^7.5.0",
"@babel/core": "^7.5.4",
Expand Down

0 comments on commit b4f0b9a

Please sign in to comment.