git ssb

16+

Dominic / patchbay



Commit e82cc5434439b4a0a67c66436c5e99520ea9443d

move icon building modules to dev-deps

mixmix committed on 7/16/2019, 9:05:16 PM
Parent: 441c16581ebca1bfdd32560c71456c887e4cc772

Files changed

package-lock.jsonchanged
package.jsonchanged
package-lock.jsonView
The diff is too large to show. Use a local git client to view these changes.
Old file size: 804390 bytes
New file size: 806011 bytes
package.jsonView
@@ -44,9 +44,8 @@
4444 "url": "https://github.com/ssbc/patchbay/issues"
4545 },
4646 "homepage": "https://github.com/ssbc/patchbay#readme",
4747 "dependencies": {
48- "@fiahfy/icns-convert": "0.0.5",
4948 "bulk-require": "^1.0.1",
5049 "chart.js": "^2.7.3",
5150 "cross-script": "^1.0.5",
5251 "dat-shared-files": "^2.0.0",
@@ -95,9 +94,8 @@
9594 "scuttle-blog": "^1.0.1",
9695 "scuttle-book": "^2.0.6",
9796 "scuttle-thread": "^1.0.2",
9897 "setimmediate": "^1.0.5",
99- "sharp": "^0.22.1",
10098 "ssb-about": "^2.0.1",
10199 "ssb-ahoy": "^1.1.2",
102100 "ssb-backlinks": "^0.7.3",
103101 "ssb-blob-files": "^1.1.6",
@@ -145,9 +143,11 @@
145143 "electron": "^4.2.0",
146144 "electron-builder": "^20.44.4",
147145 "eslint-config-standard": "^12.0.0",
148146 "standard": "^12.0.1",
149- "to-ico": "^1.1.5"
147 + "to-ico": "^1.1.5",
148 + "sharp": "^0.22.1",
149 + "@fiahfy/icns-convert": "0.0.5"
150150 },
151151 "build": {
152152 "appId": "org.ssbc.patchbay",
153153 "linux": {

Built with git-ssb-web