Skip to content

Commit

Permalink
Merge pull request #2232 from bitwiseman/feature/org-move
Browse files Browse the repository at this point in the history
Update strings for move from `beautify-web` to `beautifier` org
  • Loading branch information
bitwiseman authored Dec 29, 2023
2 parents 41ba349 + 15ace0c commit 7a59b1c
Show file tree
Hide file tree
Showing 10 changed files with 442 additions and 442 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/question-about-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ about: You have a question about how to use the beautifier
---

# **DO NOT FILE USAGE QUESTIONS AS ISSUES**
Review the [README.md](https://github.com/beautify-web/js-beautify/blob/main/README.md).
If that does not help, join us on gitter: https://gitter.im/beautify-web/js-beautify .
Review the [README.md](https://github.com/beautifier/js-beautify/blob/main/README.md).
If that does not help, join us on gitter: https://gitter.im/beautifier/js-beautify .
2 changes: 1 addition & 1 deletion .github/workflows/milestone-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
ssh-add ~/.ssh/deploy_js_beautify
git remote add site [email protected]:beautifier/beautifier.io.git
git remote add trigger [email protected]:beautify-web/js-beautify.git
git remote add trigger [email protected]:beautifier/js-beautify.git
git fetch --all
- name: Install python twinE
run: pip install twine
Expand Down
798 changes: 399 additions & 399 deletions CHANGELOG.md

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<p align="center"><img src="https://raw.githubusercontent.com/beautify-web/js-beautify/7db71fc/web/wordmark-light.svg" height="200px" align="center" alt="JS Beautifier"/></p>
<p align="center"><img src="https://raw.githubusercontent.com/beautifier/js-beautify/7db71fc/web/wordmark-light.svg" height="200px" align="center" alt="JS Beautifier"/></p>

<p align="center"><a href="https://github.com/beautify-web/js-beautify/actions/workflows/main.yml"><img alt="CI" src="https://github.com/beautify-web/js-beautify/workflows/CI/badge.svg"/></a>&#32;<a href="https://greenkeeper.io/" target="_blank"><img alt="Greenkeeper badge" src="https://badges.greenkeeper.io/beautify-web/js-beautify.svg"/></a></p>
<p align="center"><a href="https://github.com/beautifier/js-beautify/actions/workflows/main.yml"><img alt="CI" src="https://github.com/beautifier/js-beautify/workflows/CI/badge.svg"/></a>&#32;<a href="https://greenkeeper.io/" target="_blank"><img alt="Greenkeeper badge" src="https://badges.greenkeeper.io/beautifier/js-beautify.svg"/></a></p>

<p align="center"><a href="https://pypi.python.org/pypi/jsbeautifier" target="_blank"><img alt="PyPI version" src="https://img.shields.io/pypi/v/jsbeautifier.svg"/></a>&#32;<a href="https://cdnjs.com/libraries/js-beautify" target="_blank"><img alt="CDNJS version" src="https://img.shields.io/cdnjs/v/js-beautify.svg"/></a>&#32;<a href="https://www.npmjs.com/package/js-beautify" target="_blank"><img alt="NPM @latest" src="https://img.shields.io/npm/v/js-beautify.svg"/></a>&#32;<a href="https://www.npmjs.com/package/js-beautify?activeTab=versions" target="_blank"><img alt="NPM @next" src="https://img.shields.io/npm/v/js-beautify/next.svg"/></a></p>

<p align="center"><a href="https://gitter.im/beautify-web/js-beautify?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge" target="_blank"><img alt="Join the chat at https://gitter.im/beautify-web/js-beautify" src="https://badges.gitter.im/Join%20Chat.svg"></a>&#32;<a href="https://twitter.com/intent/user?screen_name=js_beautifier" target="_blank"><img alt="Twitter Follow" src="https://img.shields.io/twitter/follow/js_beautifier.svg?style=social&label=Follow"/></a></p>
<p align="center"><a href="https://gitter.im/beautifier/js-beautify?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge" target="_blank"><img alt="Join the chat at https://gitter.im/beautifier/js-beautify" src="https://badges.gitter.im/Join%20Chat.svg"></a>&#32;<a href="https://twitter.com/intent/user?screen_name=js_beautifier" target="_blank"><img alt="Twitter Follow" src="https://img.shields.io/twitter/follow/js_beautifier.svg?style=social&label=Follow"/></a></p>

<p align="center"><a href="https://www.npmjs.org/package/js-beautify" target="_blank"><img alt="NPM stats" src=https://nodei.co/npm/js-beautify.svg?downloadRank=true&downloads=true"/></a></p>

Expand All @@ -21,7 +21,7 @@ I'm putting this front and center above because existing owners have very limite
This is a popular project and widely used but it desperately needs contributors who have time to commit to fixing both
customer facing bugs and underlying problems with the internal design and implementation.

If you are interested, please take a look at the [CONTRIBUTING.md](https://github.com/beautify-web/js-beautify/blob/main/CONTRIBUTING.md) then fix an issue marked with the ["Good first issue"](https://github.com/beautify-web/js-beautify/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) label and submit a PR. Repeat as often as possible. Thanks!
If you are interested, please take a look at the [CONTRIBUTING.md](https://github.com/beautifier/js-beautify/blob/main/CONTRIBUTING.md) then fix an issue marked with the ["Good first issue"](https://github.com/beautifier/js-beautify/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) label and submit a PR. Repeat as often as possible. Thanks!


# Installation
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ <h2>Options</h2>
<p class="contributor-sep">Created by <a href="https://github.com/einars">Einar Lielmanis</a>, maintained and evolved by <a href="https://github.com/bitwiseman/">Liam Newman</a>.</p>
</p>
<p>
All of the source code is completely free and open, available on <a href="https://github.com/beautify-web/js-beautify">GitHub</a> under MIT licence,
All of the source code is completely free and open, available on <a href="https://github.com/beautifier/js-beautify">GitHub</a> under MIT licence,
and we have a command-line version, <a href="https://pypi.org/project/jsbeautifier/">python library</a> and a <a href="https://npmjs.org/package/js-beautify">node package</a> as well.
</p>
<p>We use the wonderful <a href="http://codemirror.net">CodeMirror</a> syntax highlighting editor, written by Marijn Haverbeke.</p>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"js/src/"
],
"scripts": {},
"bugs": "https://github.com/beautify-web/js-beautify/issues",
"bugs": "https://github.com/beautifier/js-beautify/issues",
"homepage": "https://beautifier.io/",
"repository": {
"type": "git",
"url": "git://github.com/beautify-web/js-beautify.git"
"url": "git://github.com/beautifier/js-beautify.git"
},
"keywords": [
"beautify",
Expand Down
4 changes: 2 additions & 2 deletions test/data/html/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -3775,7 +3775,7 @@ exports.test_data = {
}]
}, {
name: "Does not add whitespace around custom elements ",
description: "Regression test for https://github.com/beautify-web/js-beautify/issues/1989",
description: "Regression test for https://github.com/beautifier/js-beautify/issues/1989",
tests: [{
input: [
'<span>',
Expand Down Expand Up @@ -3815,7 +3815,7 @@ exports.test_data = {
}]
}, {
name: "Disables custom elements inlining with inline_custom_elements=false",
description: "https://github.com/beautify-web/js-beautify/issues/2113",
description: "https://github.com/beautifier/js-beautify/issues/2113",
options: [
{ name: "inline_custom_elements", value: "false" }
],
Expand Down
Loading

0 comments on commit 7a59b1c

Please sign in to comment.