File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 "prettier/prettier": "error",
66 "func-names": "off",
77 "no-multi-assign": "off",
8- "vars-on-top": "warn"
8+ "vars-on-top": "off",
9+ "no-underscore-dangle": "warn",
10+ "no-prototype-builtins": "warn",
11+ "no-use-before-define": "warn",
12+ "no-loop-func": "warn",
13+ "no-restricted-syntax": "warn",
14+ "no-continue": "warn",
15+ "consistent-return": "warn",
16+ "no-shadow": "warn"
917 },
1018 "overrides": [
1119 {
Original file line number Diff line number Diff line change 1+ 1.9.0 / 2019-06-19
2+ ==================
3+
4+ * Use Appboy SDK v2.3 for v2.
5+
161.7.1 / 2018-08-02
27==================
38
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ Released under the [MIT license](LICENSE).
99
1010
1111[ Analytics.js ] : https://segment.com/docs/libraries/analytics.js/
12- [ ci-link ] : https://circleci.com/gh/segment-integrations /analytics.js-integration-appboy
13- [ ci-badge ] : https://circleci.com/gh/segment-integrations /analytics.js-integration-appboy -nps.svg?style=svg
12+ [ ci-link ] : https://circleci.com/gh/segmentio /analytics.js-integrations
13+ [ ci-badge ] : https://circleci.com/gh/segmentio /analytics.js-integrations -nps.svg?style=svg
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ var Appboy = (module.exports = integration('Appboy')
3939 )
4040 . tag (
4141 'v2' ,
42- '<script src="https://js.appboycdn.com/web-sdk/2.2 /appboy.min.js">'
42+ '<script src="https://js.appboycdn.com/web-sdk/2.3 /appboy.min.js">'
4343 ) ) ;
4444
4545Appboy . prototype . initialize = function ( ) {
Original file line number Diff line number Diff line change 11{
22 "name" : " @segment/analytics.js-integration-appboy" ,
33 "description" : " The Appboy analytics.js integration." ,
4- "version" : " 1.8 .0" ,
4+ "version" : " 1.9 .0" ,
55 "keywords" : [
66 " analytics.js" ,
77 " analytics.js-integration" ,
You can’t perform that action at this time.
0 commit comments