Skip to content

Commit

Permalink
Merge pull request #31 from yitengjun/4.0.8
Browse files Browse the repository at this point in the history
fix: update dependencies
  • Loading branch information
yitengjun authored May 28, 2023
2 parents 800f1ae + 725a4c4 commit f19c8b6
Show file tree
Hide file tree
Showing 10 changed files with 281 additions and 228 deletions.
13 changes: 13 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"root": true,
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"prettier"
],
"plugins": ["@typescript-eslint"],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"project": "./tsconfig.json"
}
}
13 changes: 0 additions & 13 deletions .eslintrc.js

This file was deleted.

5 changes: 5 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"semi": true,
"singleQuote": true,
"trailingComma": "all"
}
5 changes: 0 additions & 5 deletions .prettierrc.js

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ yarn add ukiyojs

or via CDN:
```html
<script src="https://cdn.jsdelivr.net/npm/ukiyojs@4.0.6/dist/ukiyo.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/ukiyojs@4.0.8/dist/ukiyo.min.js"></script>
```

Import Ukiyo.js:
Expand Down
1 change: 1 addition & 0 deletions dist/ukiyo.min.js

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

Loading

0 comments on commit f19c8b6

Please sign in to comment.