Skip to content

Commit

Permalink
fix CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
PercheEtienne committed Jun 3, 2024
1 parent b7c387c commit e9fd8e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const { DigitalLink, Utils } = require('digital-link.js');
Add a `<script>` tag to your HTML page:

```html
<script src="https://cdn.jsdelivr.net/npm/digital-link.js@1.4.2/dist/digital-link.js.browser.js"></script>
<script src="https://cdn.jsdelivr.net/npm/digital-link.js@1.4.3/dist/digital-link.js.browser.js"></script>
```

Then access the `digitalLinkJs` global variable:
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"name": "digital-link.js",
"version": "1.4.2",
"version": "1.4.3",
"description": "A Javascript SDK for creating, validating and working with the GS1 Digital Link.",
"main": "src/index.js",
"browser": "./dist/digital-link.js.browser",
"scripts": {
"build": "webpack --config webpack.config.js --mode production",
"build-dev": "webpack --config webpack.config.js --mode development",
Expand Down

0 comments on commit e9fd8e2

Please sign in to comment.