Add commit message

This commit is contained in:
2022-07-24 15:27:29 +03:00
parent cacf0cd715
commit a49762b97f
2 changed files with 5 additions and 4 deletions

View File

@@ -14,5 +14,6 @@ jobs:
git config --global user.name "anatolykopyl"
git init
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
shell: bash

View File

@@ -21,12 +21,12 @@
"files": [
"dist"
],
"main": "./dist/my-lib.umd.cjs",
"module": "./dist/my-lib.js",
"main": "./dist/vue-three-d-mockup.umd.js",
"module": "./dist/vue-three-d-mockup.mjs",
"exports": {
".": {
"import": "./dist/my-lib.js",
"require": "./dist/my-lib.umd.cjs"
"import": "./dist/vue-three-d-mockup.mjs",
"require": "./dist/vue-three-d-mockup.umd.js"
}
},
"scripts": {