Skip to content

Commit

Permalink
.mapeoconfig -> .comapeocat on build:dist and on main (#68)
Browse files Browse the repository at this point in the history
Co-authored-by: Tomás Ciccola <[email protected]>
  • Loading branch information
tomasciccola and Tomás Ciccola authored Aug 29, 2024
1 parent f59c73e commit bfcfdd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"scripts": {
"build": "mkdirp build && mapeo-settings build -l 'en' -o build/mapeo-default-config-v${npm_package_version}.comapeocat",
"build:dist": "mapeo-settings build -l 'en' -o dist/mapeo-default-config.mapeoconfig",
"build:dist": "mapeo-settings build -l 'en' -o dist/mapeo-default-config.comapeocat",
"extract-messages": "mkdirp messages && mapeo-settings extract-messages -o messages/en.json",
"prepack": "rimraf dist && mkdirp dist && npm run -s build:dist",
"test": "mapeo-settings lint"
Expand All @@ -19,7 +19,7 @@
"files": [
"dist"
],
"main": "dist/mapeo-default-config.mapeoconfig",
"main": "dist/mapeo-default-config.comapeocat",
"repository": {
"type": "git",
"url": "git+https://github.com/digidem/mapeo-default-config.git"
Expand Down

0 comments on commit bfcfdd3

Please sign in to comment.