Skip to content
This repository has been archived by the owner on Nov 23, 2019. It is now read-only.

Commit

Permalink
Fix linter error, missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ndhoule committed Jun 9, 2015
1 parent 38aecd6 commit c41169f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"extends": "segment/browser",

"rules": {
// FIXME: Refactor and remove this rule
"consistent-return": 1,
"global-strict": 0,
"max-len": 0,
"strict": 1
Expand Down
18 changes: 10 additions & 8 deletions component.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,25 @@
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"segmentio/ad-params": "0.0.2",
"component/clone": "0.1.0",
"component/cookie": "1.1.1",
"segmentio/extend": "0.0.1",
"gjohnson/uuid": "0.0.1",
"segmentio/ad-params": "0.0.2",
"segmentio/analytics.js-integration": "0.3.x",
"yields/store": "1.0.2",
"segmentio/extend": "0.0.1",
"segmentio/json": "1.0.0",
"segmentio/protocol": "0.0.2",
"yields/send-json": "1.1.1",
"segmentio/top-domain": "1.0.0",
"segmentio/utm-params": "1.0.2",
"gjohnson/uuid": "0.0.1"
"yields/send-json": "1.1.1",
"yields/store": "1.0.2"
},
"development": {
"segmentio/analytics.js": "*",
"component/assert": "0.5.0",
"component/type": "1.0.0",
"segmentio/analytics.js": "*",
"segmentio/analytics.js-integration-tester": "1.4.x",
"segmentio/clear-env": "0.2.x",
"segmentio/spy": "0.3.0",
"segmentio/analytics.js-integration-tester": "1.4.x"
"segmentio/spy": "0.3.0"
}
}

0 comments on commit c41169f

Please sign in to comment.