@exezt-/webamp 1.5.0-0x5 → 1.5.0-0x6

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@exezt-/webamp",
3
- "version": "1.5.0-0x5",
4
- "description": "Winamp 2 implemented in HTML5 and JavaScript",
3
+ "version": "1.5.0-0x6",
4
+ "description": "nothing interesting",
5
5
  "main": "built/webamp.bundle.js",
6
6
  "files": [
7
7
  "built/webamp.bundle.js",
@@ -13,12 +13,12 @@
13
13
  "index.d.ts"
14
14
  ],
15
15
  "scripts": {
16
- "pe": "npm i --legacy-peer-deps",
17
16
  "lint-fix": "eslint . --ext ts,tsx,js --fix",
18
17
  "lint": "eslint . --ext ts,tsx,js",
19
18
  "type-check": "tsc",
20
19
  "build": "NODE_OPTIONS=--openssl-legacy-provider webpack --config=demo/config/webpack.prod.js",
21
20
  "build-library": "NODE_OPTIONS=--openssl-legacy-provider webpack --config=config/webpack.library.js",
21
+ "prepublishOnly": "npm run build-library",
22
22
  "serve": "http-server ./demo/built",
23
23
  "start": "webpack-dev-server --open --config=demo/config/webpack.dev.js",
24
24
  "stats": "webpack --config=demo/config/webpack.prod.js --json > stats.json",
@@ -32,13 +32,17 @@
32
32
  "skin-info": "unzip -vl assets/skins/base-2.91.wsz",
33
33
  "build-presets": "node scripts/parsePresetFiles.js > presets/builtin.json"
34
34
  },
35
+ "repository": {
36
+ "type": "git",
37
+ "url": "git+https://github.com/exeZt/webamp-yd.git",
38
+ "directory": "packages/webamp"
39
+ },
35
40
  "keywords": [
36
41
  "Winamp",
37
42
  "HTML5",
38
43
  "audio",
39
44
  "web-audio-api"
40
45
  ],
41
- "author": "Jordan Eldredge <jordan@jordaneldredge.com>",
42
46
  "license": "MIT",
43
47
  "devDependencies": {
44
48
  "@babel/core": "^7.7.2",
@@ -64,7 +68,6 @@
64
68
  "@types/jszip": "^3.1.5",
65
69
  "@types/lodash": "^4.14.116",
66
70
  "@types/lodash-es": "^4.17.1",
67
- "@types/node": "^14.0.1",
68
71
  "@types/react": "^16.8.13",
69
72
  "@types/react-dom": "^16.8.4",
70
73
  "@types/react-redux": "^7.1.1",