gleap 13.0.0 → 13.0.2

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 (2) hide show
  1. package/build/index.js +1 -1
  2. package/package.json +6 -6
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "gleap",
3
- "version": "13.0.0",
3
+ "version": "13.0.2",
4
4
  "main": "build/index.js",
5
5
  "scripts": {
6
- "start": "NODE_OPTIONS=--openssl-legacy-provider webpack serve",
7
- "build": "NODE_OPTIONS=--openssl-legacy-provider webpack",
8
- "test": "NODE_OPTIONS=--openssl-legacy-provider jest",
9
- "prepare": "NODE_OPTIONS=--openssl-legacy-provider npm run build",
10
- "trypublish": "NODE_OPTIONS=--openssl-legacy-provider npm publish || true"
6
+ "start": "webpack serve",
7
+ "build": "webpack",
8
+ "test": "jest",
9
+ "prepare": "npm run build",
10
+ "trypublish": "npm publish || true"
11
11
  },
12
12
  "repository": {
13
13
  "type": "git",