Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jnegrier committed Jun 18, 2020
1 parent 72f7ec4 commit f859b3a
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
{
"name": "@delta-reporter/wdio-delta-reporter-service",
"version": "0.0.2",
"version": "1.0.0",
"description": "Delta Reporter service for WebdriverIO",
"main": "index.js",
"main": "lib/src/index.js",
"files": [
"index.js",
"compare.js",
"launcher.js",
"*.md",
"src",
"lib"
"lib/src"
],
"scripts": {
"clean": "rimraf lib .tmp",
Expand Down Expand Up @@ -71,8 +67,7 @@
},
"homepage": "https://github.com/delta-reporter/wdio-delta-reporter-service#readme",
"directories": {
"lib": "lib",
"test": "test"
"lib": "lib"
},
"keywords": [
"webdriverio",
Expand Down

0 comments on commit f859b3a

Please sign in to comment.