Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Heptazhou committed Nov 17, 2023
1 parent f6f631f commit cb57e94
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Julia Formatter",
"publisher": "0h7z",
"icon": "icon.ico",
"version": "1.2.3",
"version": "1.2.4",
"license": "AGPL-3.0-or-later",
"description": "A formatter for the Julia language",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion pre-package.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.

((d, f) -> write(f, replace(read(d * f, String), "\t" => "")))("out/", "main.js")
((d, f) -> write(f, replace(read(d * f, String), r"^\t+"m => "")))("out/", "main.js")

const dir = "node_modules/"
const mod = ["@rauschma/stringio", "diff", "untildify", "util"]
Expand Down

0 comments on commit cb57e94

Please sign in to comment.