Skip to content

Commit c47a5cd

Browse files
committed
doc: update readme version
1 parent b1ae3bd commit c47a5cd

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.eslintrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"root": true,
3+
"env": {
4+
"browser": true,
5+
"es2021": true,
6+
"node": true
7+
},
38
"parser": "@typescript-eslint/parser",
49
"plugins": ["@typescript-eslint"],
510
"extends": [

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ npm install @contentstack/app-sdk
1313
Alternatively, you can use the following command within the script tag to install the App SDK:
1414

1515
```html
16-
<script src="https://unpkg.com/@contentstack/app-sdk@^1.2/dist/index.js"></script>
16+
<script src="https://unpkg.com/@contentstack/app-sdk@^1.3.0/dist/index.js"></script>
1717
```
1818

1919
### Initializing the App SDK

webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// eslint-disable-next-line @typescript-eslint/no-var-requires
12
const path = require("path");
23

34
module.exports = {

0 commit comments

Comments
 (0)