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

Commit d5c6db6

Browse files
committed
Merge branch 'release/1.3.4'
2 parents f083143 + d3c8d7b commit d5c6db6

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github: [holtwick]

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
22
"name": "peer2school",
3-
"version": "1.3.3",
3+
"description": "Simple P2P teaching platform starting from the 1st class",
4+
"version": "1.3.4",
45
"private": true,
6+
"author": {
7+
"name": "Dirk Holtwick",
8+
"email": "dirk.holtwick@gmail.com",
9+
"url": "https://holtwick.de"
10+
},
511
"scripts": {
612
"start": "npm run serve",
713
"serve": "vue-cli-service serve",
@@ -29,5 +35,9 @@
2935
"node-sass": "^4.14.1",
3036
"sass-loader": "^10.0.2",
3137
"vue-template-compiler": "^2.6.12"
38+
},
39+
"funding": {
40+
"type": "GitHub Sponsors ❤",
41+
"url": "https://github.com/sponsors/holtwick"
3242
}
3343
}

0 commit comments

Comments
 (0)