@canopycanopycanopy/b-ber-reader 1.2.13-react-reader.5 → 1.2.13-react-reader.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canopycanopycanopy/b-ber-reader",
3
- "version": "1.2.13-react-reader.5+f56709c6",
3
+ "version": "1.2.13-react-reader.6+5f5ac8b3",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -9,7 +9,8 @@
9
9
  "clean": "rimraf dist",
10
10
  "test": "echo \"TODO update tests\" # jest",
11
11
  "serve": "npm run build && nodemon server.js",
12
- "build": "npm run clean && webpack --config ./webpack.config.js --mode production"
12
+ "xbuild": "npm run clean && webpack --config ./webpack.config.js --mode production",
13
+ "build": "npm run clean && webpack --config ./webpack.config.js --mode development"
13
14
  },
14
15
  "author": "Triple Canopy <b-ber@canopycanopycanopy.com> (https://triplecanopy.github.io/)",
15
16
  "license": "GPL-3.0-or-later",
@@ -20,7 +21,7 @@
20
21
  "@babel/core": "^7.16.0",
21
22
  "@babel/preset-env": "^7.16.0",
22
23
  "@babel/preset-react": "^7.16.0",
23
- "@canopycanopycanopy/b-ber-reader-react": "1.2.13-react-reader.5+f56709c6",
24
+ "@canopycanopycanopy/b-ber-reader-react": "1.2.13-react-reader.6+5f5ac8b3",
24
25
  "babel-loader": "^8.2.3",
25
26
  "css-loader": "^6.5.1",
26
27
  "express": "^4.17.3",
@@ -53,5 +54,5 @@
53
54
  "url": "https://maxwellsimmer.com"
54
55
  }
55
56
  ],
56
- "gitHead": "f56709c6bbaa455c0a1f704cf7de19b924ba5b99"
57
+ "gitHead": "5f5ac8b3704149ac656dd852aaac311eea945d65"
57
58
  }