speaker-calibration 1.0.2 → 1.0.5

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/netlify.toml +1 -1
  2. package/package.json +7 -6
package/netlify.toml CHANGED
@@ -14,7 +14,7 @@
14
14
  publish = "dist/"
15
15
 
16
16
  # Default build command.
17
- command = "npm run build"
17
+ command = "npm run build:prod"
18
18
 
19
19
  # Redirects and headers are GLOBAL for all builds – they do not
20
20
  # get scoped to contexts no matter where you define them in the file.
package/package.json CHANGED
@@ -1,21 +1,22 @@
1
1
  {
2
2
  "name": "speaker-calibration",
3
- "version": "1.0.2",
4
- "description": "A P2P system that calibrates user's speakers with their mobile device",
3
+ "version": "1.0.5",
4
+ "description": "What those loudspeakers do tho",
5
5
  "main": "dist/main.js",
6
6
  "directories": {
7
7
  "example": "example",
8
8
  "bin": "dist"
9
9
  },
10
10
  "scripts": {
11
- "build:prod": "webpack --mode production",
12
- "build:wasm": "make rebuild",
13
- "build:dev": "webpack --watch",
11
+ "build:prod": "webpack --mode production --progress",
12
+ "build:dev": "WEBPACK_ANALYZE=true webpack --watch --mode development --progress",
14
13
  "serve:dev": "nodemon ./dist/example/server.js",
14
+ "build:wasm": "make rebuild",
15
15
  "lint": "eslint src --ext .js",
16
16
  "lint:fix": "npm run lint -- --fix",
17
17
  "format": "prettier --write \"**/*.{js,json,md,html,css}\"",
18
- "build:doc": "jsdoc src -r -d ./doc"
18
+ "build:doc": "jsdoc src -r -d ./doc",
19
+ "test": ""
19
20
  },
20
21
  "keywords": [],
21
22
  "constributors": [