Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
# and commit this file to your remote git repository to share the goodness with others.

# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart

tasks:
- init: npm install


18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@themost/cli",
"version": "2.5.7",
"version": "2.6.0",
"description": "CLI Tool for MOST Web Framework",
"homepage": "https://github.com/themost-framework/cli",
"repository": {
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@themost/xml": "^2.5.1",
"@xmldom/xmldom": "^0.8.1",
"@xmldom/xmldom": "^0.8.7",
"async": "^2.6.0",
"easy-table": "^1.1.1",
"ejs": "^3.1.6",
Expand Down