1
0
mirror of https://github.com/barthuijgen/factorio-sites.git synced 2025-01-22 11:44:10 +02:00
factorio-sites/migrations.json
2021-03-30 23:21:54 +02:00

19 lines
532 B
JSON

{
"migrations": [
{
"cli": "nx",
"version": "11.6.0-beta.0",
"description": "Add js patterns to tsconfig.json",
"factory": "./src/migrations/update-11-6-0/add-js-include-11-6-0",
"package": "@nrwl/next",
"name": "add-js-include-11.6.0"
},
{
"version": "11.5.3-beta.1",
"description": "Update react storybook lint config",
"factory": "./src/migrations/update-11-5-3/update-lint-ignores",
"package": "@nrwl/storybook",
"name": "update-11-5-3"
}
]
}