Skip to content

Commit

Permalink
Remove js-yaml from f-droid exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
charlag committed Sep 10, 2019
1 parent 91bd2f0 commit 2453514
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fdroid-fix-deps.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ const packageJson = require('./package.json')
"rcedit",
"winreg",
"node-forge",
"js-yaml"
].forEach((dep) => {
delete packageJson.devDependencies[dep]
})

fs.writeFileSync("package.json", JSON.stringify(packageJson, null, " "))
fs.writeFileSync("package.json", JSON.stringify(packageJson, null, " "))

0 comments on commit 2453514

Please sign in to comment.