Skip to content

Commit

Permalink
released v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 31, 2023
1 parent 2355de7 commit 71935d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wcj/ejs-cli",
"description": "An enhanced version of the EJS cli.",
"version": "1.0.0",
"version": "1.1.0",
"author": "jaywcjlove",
"license": "MIT",
"homepage": "https://jaywcjlove.github.io/ejs-cli",
Expand Down
4 changes: 2 additions & 2 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@wcj/examples",
"version": "1.0.0",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "ejs-cli 'template/*.ejs' 'template/about/*.ejs' -f data.json",
"start": "ejs-cli 'template/*.ejs' 'template/about/*.ejs' -f data.json --watch"
},
"devDependencies": {
"@wcj/ejs-cli": "1.0.0"
"@wcj/ejs-cli": "1.1.0"
},
"ejsc": {
"data": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "1.0.0",
"version": "1.1.0",
"packages": ["core", "examples"]
}

0 comments on commit 71935d3

Please sign in to comment.