Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
Merge branch 'release/1.3.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
holtwick committed Sep 4, 2020
2 parents f083143 + d3c8d7b commit d5c6db6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: [holtwick]
2 changes: 1 addition & 1 deletion package-lock.json

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

12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
"name": "peer2school",
"version": "1.3.3",
"description": "Simple P2P teaching platform starting from the 1st class",
"version": "1.3.4",
"private": true,
"author": {
"name": "Dirk Holtwick",
"email": "[email protected]",
"url": "https://holtwick.de"
},
"scripts": {
"start": "npm run serve",
"serve": "vue-cli-service serve",
Expand Down Expand Up @@ -29,5 +35,9 @@
"node-sass": "^4.14.1",
"sass-loader": "^10.0.2",
"vue-template-compiler": "^2.6.12"
},
"funding": {
"type": "GitHub Sponsors ❤",
"url": "https://github.com/sponsors/holtwick"
}
}

0 comments on commit d5c6db6

Please sign in to comment.