Skip to content

Commit

Permalink
Prepare alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
slevithan committed Nov 2, 2024
1 parent f65df3f commit f480536
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 87 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
node_modules
/dist/**
/dist
/types
/temp

# Folder view configuration files
.DS_Store
desktop.ini

# Allow; hack for the demo page
!/dist/index.min.js
3 changes: 2 additions & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ <h2>Try it</h2>
</details>
</main>

<script src="../dist/index.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/oniguruma-to-es/dist/index.min.js"></script>
<!-- <script src="../dist/index.min.js"></script> -->
<script src="./demo.js"></script>
<script>
// For testing in the console
Expand Down
79 changes: 0 additions & 79 deletions dist/index.min.js

This file was deleted.

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
@@ -1,6 +1,6 @@
{
"name": "oniguruma-to-es",
"version": "0.0.0",
"version": "0.0.1",
"description": "Covert Oniguruma regexes to native JavaScript RegExp",
"author": "Steven Levithan",
"license": "MIT",
Expand Down

0 comments on commit f480536

Please sign in to comment.