diff --git a/README.md b/README.md index 6b7697ff8..6d0952d7d 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ _Contributors welcome!_ The repository is organized as follows: - **style/** - The map style. See [Style Contributor's Guide](style/CONTRIBUTE.md) -- **dev/** - Development tools used for style development. See [Style Developer Tools](dev/README.md) +- **dev/** - Development tools used for style development. See [Style Developer Tools](dev/README.md) - _Coming soon! Other customized parts of the tech stack._ Some general guidelines: diff --git a/dev/README.md b/dev/README.md index 5febaec16..2ec39e467 100644 --- a/dev/README.md +++ b/dev/README.md @@ -11,4 +11,3 @@ The highway shield [color palette](americana.gpl) can be imported into Inkscape 3. Import [americana.gpl](americana.gpl). 4. Restart Inkscape. 5. Click the ◀ button to the right of the color palette strip at the bottom of the window (or in the top-right corner of the Color Palette panel), then choose americana.gpl from the menu. - diff --git a/style/package.json b/style/package.json index d32d77e97..1434e25f8 100644 --- a/style/package.json +++ b/style/package.json @@ -9,7 +9,7 @@ }, "scripts": { "config": "cp config.default.js config.js", - "code_format": "npx prettier --write .", + "code_format": "npx prettier --write ..", "clean": "rm -rf sprites", "presprites": "npm run clean", "sprites": "mkdir -p sprites && npx spritezero sprites/sprite@2x icons/ --retina && npx spritezero sprites/sprite icons/",