single-scripture-rcl 3.4.6-beta → 3.4.6

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.
Files changed (1) hide show
  1. package/package.json +8 -9
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "single-scripture-rcl",
3
3
  "description": "A React Component Library for Rendering a Single Scripture Resource.",
4
- "version": "3.4.6-beta",
4
+ "version": "3.4.6",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/unfoldingWord/single-scripture-rcl.git"
@@ -11,13 +11,6 @@
11
11
  "files": [
12
12
  "dist/*"
13
13
  ],
14
- "scripts": {
15
- "test": "jest",
16
- "start": "styleguidist server NODE_OPTIONS=--max_old_space_size=4096",
17
- "build": "styleguidist build",
18
- "prepublishOnly": "rm -fr ./dist && babel ./src --out-dir ./dist -s inline --extensions \".ts,.tsx,.js\"",
19
- "pack-next": "yarn version --prerelease && yarn && yarn run prepublishOnly && yarn pack"
20
- },
21
14
  "peerDependencies": {
22
15
  "@material-ui/core": "4.11.0",
23
16
  "@material-ui/icons": "^4.9.1",
@@ -101,5 +94,11 @@
101
94
  "ts-loader": "^8.0.12",
102
95
  "typescript": "^5.2.2",
103
96
  "uw-quote-helpers": "0.0.1-beta.15"
97
+ },
98
+ "scripts": {
99
+ "test": "jest",
100
+ "start": "styleguidist server NODE_OPTIONS=--max_old_space_size=4096",
101
+ "build": "styleguidist build",
102
+ "pack-next": "yarn version --prerelease && yarn && yarn run prepublishOnly && yarn pack"
104
103
  }
105
- }
104
+ }