Skip to content

Commit

Permalink
Dependency/build pipeline update
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Aug 6, 2023
1 parent f83c673 commit d6684ae
Show file tree
Hide file tree
Showing 130 changed files with 12,640 additions and 9,110 deletions.
3 changes: 1 addition & 2 deletions .jsdoc.json
Expand Up @@ -88,7 +88,6 @@
"opts": {
"destination": "./docs/",
"encoding": "utf8",
"private": false,
"template": "./node_modules/jsdoc-chameleon-template"
"private": false
}
}
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -50,15 +50,15 @@ import base64 from "@hexagon/base64";
JavaScript

```javascript
import base64 from "https://deno.land/x/b64@1.1.24/src/base64.js";
import base64 from "https://deno.land/x/b64@1.1.27/src/base64.js";

// ...
```

TypeScript

```typescript
import { base64 } from "https://deno.land/x/b64@1.1.24/src/base64.js";
import { base64 } from "https://deno.land/x/b64@1.1.27/src/base64.js";

// ...
```
Expand Down

0 comments on commit d6684ae

Please sign in to comment.