@bdelab/roar-sre 1.1.11 → 1.1.13

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/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@bdelab/roar-sre",
3
3
  "description": "The ROAR hackathon version of the timed sentence reading efficiency",
4
- "version": "1.1.11",
4
+ "version": "1.1.13",
5
5
  "author": "Jasmine Tran <jasetran@stanford.edu>",
6
- "module": "lib/index.51c197c8.js",
7
- "main": "lib/index.51c197c8.js",
6
+ "module": "lib/index.1e6563dc.js",
7
+ "main": "lib/index.1e6563dc.js",
8
8
  "type": "module",
9
9
  "files": [
10
10
  "lib"
@@ -17,6 +17,9 @@
17
17
  "package": "npx rollup -c",
18
18
  "postpackage": "node postBuildPackage.js",
19
19
  "prepublishOnly": "npm run package",
20
+ "preversion": "npm run lint",
21
+ "version": "npm run format && git add -A",
22
+ "postversion": "GIT_REMOTE=$(git remote -v | grep \"yeatmanlab/roar-multichoice.git \\(push\\)\" | cut -f 1) && git push $GIT_REMOTE && git push $GIT_REMOTE --tags",
20
23
  "dev": "npx webpack serve --open --mode development --env dbmode=development",
21
24
  "prod": "npx webpack serve --open --mode development --env dbmode=production"
22
25
  },