Skip to content

Commit

Permalink
add gh pages
Browse files Browse the repository at this point in the history
  • Loading branch information
stoikal committed Aug 30, 2021
1 parent ecc8345 commit fc710b1
Show file tree
Hide file tree
Showing 2 changed files with 236 additions and 9 deletions.
239 changes: 232 additions & 7 deletions package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "latin-to-carakan",
"name": "carakan",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
"lint": "vue-cli-service lint",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"core-js": "^3.6.5",
Expand All @@ -24,6 +25,7 @@
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"gh-pages": "^3.2.3",
"typescript": "~4.1.5",
"vue-template-compiler": "^2.6.11"
},
Expand Down

0 comments on commit fc710b1

Please sign in to comment.