Skip to content

Commit 95d3081

Browse files
committed
fix for the gemfile
1 parent 4e1a54d commit 95d3081

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ gem "jekyll", "~> 3.9.0"
1111
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1212
gem "bulma-clean-theme"
1313
group :jekyll_plugins do
14-
gem 'jekyll-pwa-plugin'
14+
gem "jekyll-pwa-plugin", "2.2.3"
1515
end
1616
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1717
# uncomment the line below. To upgrade, run `bundle update github-pages`.

_posts/2021-04-07-jsartoolkitnft-typescript-version.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ We will publish in the webarkit scoped name when it will be almost stable. We wi
2626

2727
We didn't make any improve apart the Typescript langauage conversion, there are still some little refinements to do in the code, that is planned to realize.
2828

29-
In regards of the new Typescript feature, you don't need to download any other typed library, types folder is in the same folder, so everything you need to do is to install the package and import it in you project:
29+
In regards of the new Typescript feature, you don't need to download any other typed library, `types` folder is present in the root folder, so everything you need to do is to install the package and import it in you project:
3030

3131
`import AR from "@kalwalt/jsartoolkit-nft"`
3232

0 commit comments

Comments
 (0)