Browse Source

added email

master
Daniel Huebleitner 4 years ago
parent
commit
36e8fc36b2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      package.json

+ 1
- 1
package.json View File

@@ -28,7 +28,7 @@
28 28
     "test": "mocha js/test/Test.js",
29 29
     "docs": "typedoc --out docs ./src --readme ./README.md --plugin typedoc-plugin-markdown --mode file --hideBreadcrumbs --hideSources"
30 30
   },
31
-  "author": "frontwork.me",
31
+  "author": "frontwork.me <frontwork.me@gmail.com>",
32 32
   "license": "MIT",
33 33
   "devDependencies": {
34 34
     "@types/expect": "^1.20.4",

Loading…
Cancel
Save