@bdelab/roav-ran 1.0.0 → 1.0.7

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/lib/index.html CHANGED
@@ -7,6 +7,6 @@
7
7
  <link href="resources/roav-ran.css" rel="stylesheet">
8
8
  </head>
9
9
  <body>
10
- <script src="index.b85a7143.js" type="module"></script>
10
+ <script src="index.3f1a8ace.js" type="module"></script>
11
11
  </body>
12
12
  </html>
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@bdelab/roav-ran",
3
- "version": "1.0.0",
3
+ "version": "1.0.7",
4
4
  "description": "",
5
- "main": "lib/index.b85a7143.js",
6
- "module": "lib/index.b85a7143.js",
5
+ "main": "lib/index.3f1a8ace.js",
6
+ "module": "lib/index.3f1a8ace.js",
7
7
  "type": "module",
8
8
  "files": [
9
9
  "lib"
@@ -16,7 +16,7 @@
16
16
  "package": "npx rollup -c",
17
17
  "postpackage": "node postBuildPackage.js",
18
18
  "prepublishOnly": "npm run package",
19
- "preversion": "npm run lint",
19
+ "preversion": "echo 'Skipping linting'",
20
20
  "version": "npm run format && git add -A",
21
21
  "postversion": "GIT_REMOTE=$(git remote -v | grep \"yeatmanlab/roar-swr.git \\(push\\)\" | cut -f 1) && git push $GIT_REMOTE && git push $GIT_REMOTE --tags",
22
22
  "predev": "fkill :8000 -f || true",
@@ -60,6 +60,7 @@
60
60
  "node-fetch": "^2.6.6",
61
61
  "papaparse": "^5.4.1",
62
62
  "regenerator-runtime": "^0.13.9",
63
+ "roarr": "^7.21.1",
63
64
  "store2": "^2.13.2"
64
65
  },
65
66
  "devDependencies": {