Skip to content

Commit

Permalink
update plugin.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteur committed Jan 23, 2017
1 parent 993d43f commit c7fa30d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugin.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "JsTrackerForceAsync",
"description": "Forces the JavaScript Tracker to always load asynchronous when embedding the Tracking Code via HTTP API automatically.",
"description": "Forces the JavaScript Tracker to always load asynchronous when embedding the Tracking Code via HTTP API automatically in your website.",
"version": "3.0.0",
"theme": false,
"require": {
"piwik": ">=3.0.0-b1,<4.0.0"
"piwik": ">=3.0.0-b1,<4.0.0-b1"
},
"authors": [
{
Expand All @@ -19,5 +19,5 @@
},
"homepage": "https://www.innocraft.com",
"license": "GPL v3+",
"keywords": ["javascript", "tracker", "async"]
"keywords": ["javascript", "tracker", "async", "a/b testing", "experiment"]
}

0 comments on commit c7fa30d

Please sign in to comment.