Skip to content

Commit

Permalink
docs: Update README.md, package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vio committed Sep 1, 2019
1 parent c80d065 commit d816e3a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

[![npm](https://img.shields.io/npm/v/@relative-ci/agent.svg)](https://www.npmjs.com/package/@relative-ci/agent) ![Greenkeeper](https://badges.greenkeeper.io/relative-ci/agent.svg)

Send bundle data to RelativeCI sevice.
Send bundle stats data to [RelativeCI](https://relative-ci.com?utm_source=github-agent).

[Setup](https://relative-ci.com/documentation/setup)
[Documentation](https://relative-ci.com/documentation/setup?utm_source=github-agent)
15 changes: 13 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,18 @@
"lint": "eslint lib",
"test": "mocha test/extract/*.js"
},
"keywords": [],
"keywords": [
"webpack",
"bundle-size",
"bundle-analyzer",
"bundle-stats",
"stats",
"bundle",
"size",
"assets",
"chunks",
"modules"
],
"author": {
"name": "Viorel Cojocaru",
"email": "vio@beanon.com",
Expand All @@ -21,7 +32,7 @@
"bugs": {
"url": "https://github.com/relative-ci/agent/issues"
},
"homepage": "https://github.com/relative-ci/agent#readme",
"homepage": "https://relative-ci.com/documentation/setup",
"devDependencies": {
"eslint": "^6.3.0",
"eslint-config-airbnb-base": "^14.0.0",
Expand Down

0 comments on commit d816e3a

Please sign in to comment.