1
0
mirror of synced 2024-11-12 01:20:49 +01:00
FFBArcadePlugin/Post-Build/package.json
dependabot[bot] 3e289a97fc
Bump ini from 1.3.5 to 1.3.6 in /Post-Build
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.6.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.6)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-11 21:42:14 +00:00

15 lines
299 B
JSON

{
"name": "ffb-build",
"version": "0.0.1",
"description": "Post-build process operations for ffbplugin",
"main": "build.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "spazzy",
"license": "ISC",
"dependencies": {
"ini": "^1.3.6"
}
}