Skip to content
This repository was archived by the owner on Jun 14, 2020. It is now read-only.

Commit 847f76b

Browse files
committed
rename to exige
1 parent 6247180 commit 847f76b

File tree

4 files changed

+27
-67
lines changed

4 files changed

+27
-67
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ git add -A
1919
git commit -m "$git_commit_message"
2020

2121
# Push to gh-pages
22-
git push -f https://github.com/arkits/exige-vue.git master:gh-pages
22+
git push -f https://github.com/arkits/exige.git master:gh-pages
2323

2424
cd -

package-lock.json

Lines changed: 24 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "exige_vue",
2+
"name": "exige",
33
"version": "0.1.0",
44
"private": true,
55
"scripts": {

vue.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
22
publicPath: process.env.NODE_ENV === 'production'
3-
? '/exige-vue/'
3+
? '/exige/'
44
: '/'
55
}

0 commit comments

Comments
 (0)