Skip to content

Commit 89b2b14

Browse files
committed
Documentation - Requirement versions update
2 parents f530d9c + baca040 commit 89b2b14

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Create conversational conditional-logic forms with Vue.js.
2626

2727
Requirements:
2828

29-
* [Node.js](https://nodejs.org/en/) version 8.9 or above (8.11.0+ recommended)
30-
* [npm](https://www.npmjs.com/get-npm) version 3+ (or [yarn](https://yarnpkg.com/lang/en/docs/install/) version 1.16+)
29+
* [Node.js](https://nodejs.org/en/) version 10.0.0 or above (12.0.0+ recommended)
30+
* [npm](https://www.npmjs.com/get-npm) version 5+ (or [yarn](https://yarnpkg.com/lang/en/docs/install/) version 1.16+)
3131
* [Git](https://git-scm.com/)
3232

3333
After checking the prerequisites, follow these simple steps to install and use Vue Form:
@@ -145,13 +145,14 @@ HTML:
145145
```html
146146
<html>
147147
<head>
148+
<!-- Requires Vue version 2.6.x -->
148149
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue/2.6.11/vue.min.js"></script>
149150
<!-- Flow Form -->
150-
<script src="https://unpkg.com/@ditdot-dev/[email protected].1"></script>
151+
<script src="https://unpkg.com/@ditdot-dev/[email protected].2"></script>
151152
<!-- Flow Form base CSS -->
152-
<link rel="stylesheet" href="https://unpkg.com/@ditdot-dev/[email protected].1/dist/vue-flow-form.min.css">
153+
<link rel="stylesheet" href="https://unpkg.com/@ditdot-dev/[email protected].2/dist/vue-flow-form.min.css">
153154
<!-- Optional theme.css -->
154-
<link rel="stylesheet" href="https://unpkg.com/@ditdot-dev/[email protected].1/dist/vue-flow-form.theme-minimal.min.css">
155+
<link rel="stylesheet" href="https://unpkg.com/@ditdot-dev/[email protected].2/dist/vue-flow-form.theme-minimal.min.css">
155156
</head>
156157
<body>
157158
<div id="app">

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@ditdot-dev/vue-flow-form",
33
"author": "DITDOT",
44
"description": "Create conversational conditional-logic forms with Vue.js.",
5-
"version": "1.1.1",
5+
"version": "1.1.2",
66
"private": false,
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)