Skip to content

Commit e2a259d

Browse files
committed
vf-eleventy beta.5
1 parent 076327d commit e2a259d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# create-vf-project
22

3-
Helps to create a new [Visual Framework 2.0](https://visual-framework.github.io/vf-welcome/)-based project.
3+
Helps to create a new [Visual Framework](https://visual-framework.github.io/vf-welcome/)-based project.
44

55
## Usage
66

createVfProject.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ let locations = {
2424
zipName: 'source.zip',
2525
tempLocation: 'temp',
2626
zipFolderStem: 'notYetSet',
27-
vfEleventy: 'https://github.com/visual-framework/vf-eleventy/archive/v2.0.0-beta.4.zip',
27+
vfEleventy: 'https://github.com/visual-framework/vf-eleventy/archive/v2.0.0-beta.5.zip',
2828
ebiEleventy: 'https://github.com/ebiwd/ebi-eleventy-boilerplate/archive/master.zip',
2929
emblEleventy: 'https://github.com/visual-framework/embl-communications/embl-eleventy/master.zip',
3030
vfBuildBoilerplate: 'https://github.com/visual-framework/vf-build-boilerplate/archive/master.zip',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visual-framework/create-vf-project",
3-
"version": "0.2.7",
3+
"version": "0.2.8",
44
"description": "Helps to create a new Visual Framework 2.0-based project.",
55
"main": "createVfProject.js",
66
"bin": {

0 commit comments

Comments
 (0)