Skip to content

Commit

Permalink
vf-eleventy beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
khawkins98 committed Nov 19, 2021
1 parent 076327d commit e2a259d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# create-vf-project

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

## Usage

Expand Down
2 changes: 1 addition & 1 deletion createVfProject.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ let locations = {
zipName: 'source.zip',
tempLocation: 'temp',
zipFolderStem: 'notYetSet',
vfEleventy: 'https://github.com/visual-framework/vf-eleventy/archive/v2.0.0-beta.4.zip',
vfEleventy: 'https://github.com/visual-framework/vf-eleventy/archive/v2.0.0-beta.5.zip',
ebiEleventy: 'https://github.com/ebiwd/ebi-eleventy-boilerplate/archive/master.zip',
emblEleventy: 'https://github.com/visual-framework/embl-communications/embl-eleventy/master.zip',
vfBuildBoilerplate: 'https://github.com/visual-framework/vf-build-boilerplate/archive/master.zip',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visual-framework/create-vf-project",
"version": "0.2.7",
"version": "0.2.8",
"description": "Helps to create a new Visual Framework 2.0-based project.",
"main": "createVfProject.js",
"bin": {
Expand Down

0 comments on commit e2a259d

Please sign in to comment.