Skip to content
This repository was archived by the owner on Apr 9, 2025. It is now read-only.

Commit 1939cf5

Browse files
committed
Remove @types/should as they are now in the package
1 parent 5656bfa commit 1939cf5

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
lines changed

npm-shrinkwrap.json

-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+17-5
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
"@types/react-autosuggest": "^9.3.2",
4949
"@types/react-dom": "^16.0.3",
5050
"@types/react-tagsinput": "^3.19.0",
51-
"@types/should": "^13.0.0",
5251
"@types/sinon": "^4.1.2",
5352
"@types/tmp": "0.0.33",
5453
"@types/webdriverio": "^4.8.6",
@@ -90,7 +89,17 @@
9089
"typescript": "^2.6.2",
9190
"xvfb-maybe": "^0.2.1"
9291
},
93-
"platformSpecificDependencies": [["7zip-bin-mac"], ["7zip-bin-win"], ["7zip-bin-linux"]],
92+
"platformSpecificDependencies": [
93+
[
94+
"7zip-bin-mac"
95+
],
96+
[
97+
"7zip-bin-win"
98+
],
99+
[
100+
"7zip-bin-linux"
101+
]
102+
],
94103
"scripts": {
95104
"build": "gulp clean:build && gulp build:tests",
96105
"start": "electron .",
@@ -102,8 +111,7 @@
102111
"debugtestmain": "xvfb-maybe electron-mocha --debug --interactive ./app/test/main",
103112
"precover:e2e": "gulp clean:build",
104113
"cover:e2e": "xvfb-maybe gulp report:e2e",
105-
"precover":
106-
"cross-env NODE_ENV=coverage run-s -n cover:e2e \"test:{main,renderer} -- --require ./support/istanbul-reporter\"",
114+
"precover": "cross-env NODE_ENV=coverage run-s -n cover:e2e \"test:{main,renderer} -- --require ./support/istanbul-reporter\"",
107115
"cover": "nyc report --temp-directory ./coverage/raw --reporter=html --reporter=lcov",
108116
"precoveralls": "npm run cover",
109117
"coveralls": "coveralls < ./coverage/lcov.info",
@@ -125,7 +133,11 @@
125133
},
126134
"linux": {
127135
"category": "Utility",
128-
"target": ["AppImage", "deb", "rpm"]
136+
"target": [
137+
"AppImage",
138+
"deb",
139+
"rpm"
140+
]
129141
}
130142
}
131143
}

0 commit comments

Comments
 (0)