[READ-ONLY] Mirror of https://github.com/probablykasper/embler. Turn binaries into applications npmjs.com/package/embler
app builder cli dmg macos node package packager
0

Configure Feed

Select the types of activity you want to include in your feed.

forgot to add eslint dependency

Kasper (Aug 18, 2020, 1:24 AM +0200) ed585a73 8db165a7

+3
+3
package.json
··· 11 11 "jsonschema": "^1.2.6", 12 12 "png2icons": "^2.0.1", 13 13 "simple-plist": "^1.1.0" 14 + }, 15 + "devDependencies": { 16 + "eslint": "^7.7.0" 14 17 } 15 18 }