cozy-bar 7.16.0-beta.1 → 7.17.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.nvmrc ADDED
@@ -0,0 +1 @@
1
+ 16
package/.travis.yml CHANGED
@@ -1,6 +1,7 @@
1
+ dist: focal
1
2
  language: node_js
2
3
  node_js:
3
- - "10"
4
+ - 16
4
5
  env:
5
6
  global:
6
7
  # BUNDLESIZE_GITHUB_TOKEN
@@ -21,7 +22,7 @@ before_deploy:
21
22
  deploy:
22
23
  provider: script
23
24
  skip_cleanup: true
24
- script: npm run travis-deploy-once "npm run semantic-release"
25
+ script: npm run semantic-release
25
26
  on:
26
27
  branch: master
27
28
  repo: cozy/cozy-bar
@@ -10,7 +10,7 @@ module.exports = {
10
10
  __PIWIK_SITEID__: 8,
11
11
  __PIWIK_SITEID_MOBILE__: 12,
12
12
  __PIWIK_DIMENSION_ID_APP__: 1,
13
- __PIWIK_TRACKER_URL__: JSON.stringify('https://piwik.cozycloud.cc')
13
+ __PIWIK_TRACKER_URL__: JSON.stringify('https://matomo.cozycloud.cc')
14
14
  })
15
15
  ]
16
16
  }
@@ -12,7 +12,7 @@ module.exports = {
12
12
  __PIWIK_SITEID__: 8,
13
13
  __PIWIK_SITEID_MOBILE__: 12,
14
14
  __PIWIK_DIMENSION_ID_APP__: 1,
15
- __PIWIK_TRACKER_URL__: JSON.stringify('https://piwik.cozycloud.cc')
15
+ __PIWIK_TRACKER_URL__: JSON.stringify('https://matomo.cozycloud.cc')
16
16
  })
17
17
  ]
18
18
  }