dualsense-ts 5.2.3 → 5.2.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.
@@ -5,6 +5,7 @@
5
5
  "author": "Nate Dube <nate@ndube.com>",
6
6
  "license": "GPL-3.0",
7
7
  "private": true,
8
+ "homepage": "dualsense-ts",
8
9
  "dependencies": {
9
10
  "@blueprintjs/core": "^4.11.4",
10
11
  "@blueprintjs/icons": "^4.8.0",
@@ -70,24 +71,5 @@
70
71
  "last 1 firefox version",
71
72
  "last 1 safari version"
72
73
  ]
73
- },
74
- "jest": {
75
- "moduleFileExtensions": [
76
- "js",
77
- "json",
78
- "ts",
79
- "tsx"
80
- ],
81
- "rootDir": "src",
82
- "testRegex": ".*\\.spec\\.ts$",
83
- "transform": {
84
- "^.+\\.(t|j)s$": "ts-jest"
85
- },
86
- "collectCoverageFrom": [
87
- "**/*.(t|j)s"
88
- ],
89
- "coverageDirectory": "../coverage",
90
- "testEnvironment": "node",
91
- "preset": "ts-jest"
92
74
  }
93
75
  }
@@ -2,10 +2,10 @@
2
2
  <html lang="en">
3
3
  <head>
4
4
  <meta charset="utf-8" />
5
- <link rel="icon" href="dualsense-ts/%PUBLIC_URL%/favicon.ico" />
5
+ <link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1" />
7
7
  <meta name="theme-color" content="#000000" />
8
- <link rel="manifest" href="dualsense-ts/%PUBLIC_URL%/manifest.json" />
8
+ <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
9
9
  <!-- Start Single Page Apps for GitHub Pages -->
10
10
  <script type="text/javascript">
11
11
  // Single Page Apps for GitHub Pages