mirror of
https://github.com/anatolykopyl/vue-three-d-mockup.git
synced 2026-03-26 12:55:08 +00:00
Add commit message
This commit is contained in:
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@@ -14,5 +14,6 @@ jobs:
|
|||||||
git config --global user.name "anatolykopyl"
|
git config --global user.name "anatolykopyl"
|
||||||
git init
|
git init
|
||||||
git add -A
|
git add -A
|
||||||
|
git commit -m "Deploy to GitHub Pages"
|
||||||
git push -f https://anatolykopyl:${{ secrets.GITHUB_TOKEN }}@github.com/anatolykopyl/vue-three-d-mockup.git master:gh-pages
|
git push -f https://anatolykopyl:${{ secrets.GITHUB_TOKEN }}@github.com/anatolykopyl/vue-three-d-mockup.git master:gh-pages
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
@@ -21,12 +21,12 @@
|
|||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
],
|
],
|
||||||
"main": "./dist/my-lib.umd.cjs",
|
"main": "./dist/vue-three-d-mockup.umd.js",
|
||||||
"module": "./dist/my-lib.js",
|
"module": "./dist/vue-three-d-mockup.mjs",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
"import": "./dist/my-lib.js",
|
"import": "./dist/vue-three-d-mockup.mjs",
|
||||||
"require": "./dist/my-lib.umd.cjs"
|
"require": "./dist/vue-three-d-mockup.umd.js"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user