Skip to content

Commit

Permalink
add FileManagerPlugin to move umd
Browse files Browse the repository at this point in the history
  • Loading branch information
taozhi8833998 committed Jul 21, 2020
1 parent 75d7014 commit ea7b3e4
Show file tree
Hide file tree
Showing 4 changed files with 741 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ npm install @taozhi8833998/node-sql-parser --registry=https://npm.pkg.github.com
Import the JS file in your page:

```javascript
<script src="https://unpkg.com/node-sql-parser/mysql.umd.js"></script>
<script src="https://unpkg.com/node-sql-parser/umd/mysql.umd.js"></script>
```
- `NodeSQLParser` object is on `window`

Expand All @@ -62,7 +62,7 @@ Import the JS file in your page:
</head>
<body>
<p><em>Check console to see the output</em></p>
<script src="https://unpkg.com/node-sql-parser/umd/parser.min.js"></script>
<script src="https://unpkg.com/node-sql-parser/umd/mysql.umd.js"></script>
<script>
window.onload = function () {
// Example parser
Expand Down
Loading

0 comments on commit ea7b3e4

Please sign in to comment.