mirror of https://github.com/Lissy93/dashy.git
👩💻 Adds author field to package.json
This commit is contained in:
parent
7171632433
commit
e07c5e6b4e
|
@ -3,6 +3,7 @@
|
||||||
"version": "1.9.0",
|
"version": "1.9.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "server",
|
"main": "server",
|
||||||
|
"author": "Alicia Sykes <alicia@omg.lol> (https://aliciasykes.com)",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node server",
|
"start": "node server",
|
||||||
"dev": "vue-cli-service serve",
|
"dev": "vue-cli-service serve",
|
||||||
|
|
Loading…
Reference in New Issue