You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by pe...@apache.org on 2021/10/21 08:59:47 UTC

[incubator-linkis-website] 42/43: update version

This is an automated email from the ASF dual-hosted git repository.

peacewong pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-linkis-website.git

commit 114979c0ce4925cc16606ea7c4e173c0ccbcd014
Author: casionone <ca...@gmail.com>
AuthorDate: Thu Oct 21 16:37:41 2021 +0800

    update version
---
 README.md         | 4 ++--
 index.html        | 1 +
 package-lock.json | 2 +-
 package.json      | 2 +-
 vite.config.js    | 1 -
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 67fe38d..1a2f121 100644
--- a/README.md
+++ b/README.md
@@ -5,13 +5,13 @@ The project is specially for Linkis, based on the newest `vite` & `vue3`
 ## Local Development
 
 ```
-wnpm i
+npm install
 npm run dev
 ```
 
 ## Publish
 
 ```
-wnpm i
+npm install
 npm run build
 ```
\ No newline at end of file
diff --git a/index.html b/index.html
index d8b1bf3..b965dbd 100644
--- a/index.html
+++ b/index.html
@@ -1,4 +1,5 @@
 <!DOCTYPE html>
+<!-- index page -->
 <html lang="en">
   <head>
     <meta charset="UTF-8" />
diff --git a/package-lock.json b/package-lock.json
index ac4a059..7b18858 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "linkis-web-apache",
-  "version": "0.0.0",
+  "version": "0.0.1",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index fbf0877..0180847 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "linkis-web-apache",
-  "version": "0.0.0",
+  "version": "0.0.1",
   "scripts": {
     "dev": "vite",
     "build": "vite build",
diff --git a/vite.config.js b/vite.config.js
index 44b54d0..e4f1431 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -1,7 +1,6 @@
 import { defineConfig } from 'vite'
 import vue from '@vitejs/plugin-vue'
 import Markdown from 'vite-plugin-md'
-
 // https://vitejs.dev/config/
 export default defineConfig({
   plugins: [

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org