This repository has been archived by the owner on Dec 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5974f2a
commit d7b61cf
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "2.4.4", | ||
"version": "2.4.5", | ||
"npmClient": "yarn", | ||
"useWorkspaces": true, | ||
"command": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@parameter1/base-cms-marko-web", | ||
"version": "2.4.3", | ||
"version": "2.4.5", | ||
"description": "Core Marko+Express components for BaseCMS websites", | ||
"author": "Jacob Bare <[email protected]>", | ||
"main": "index.js", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@parameter1/base-cms-web-cli", | ||
"version": "2.4.3", | ||
"version": "2.4.5", | ||
"description": "Command line interface for BaseCMS+Marko websites", | ||
"author": "Jacob Bare <[email protected]>", | ||
"main": "src/index.js", | ||
|
@@ -21,7 +21,7 @@ | |
"@babel/runtime-corejs2": "^7.12.5", | ||
"@parameter1/base-cms-cli-utils": "^2.0.0", | ||
"@parameter1/base-cms-express-apollo": "^2.3.0", | ||
"@parameter1/base-cms-marko-web": "^2.4.3", | ||
"@parameter1/base-cms-marko-web": "^2.4.5", | ||
"autoprefixer": "^9.8.6", | ||
"babel-eslint": "^10.1.0", | ||
"babel-loader": "^8.2.2", | ||
|