Skip to content

Commit

Permalink
Fix author field
Browse files Browse the repository at this point in the history
  • Loading branch information
bripkens committed Jan 23, 2020
1 parent caf3f22 commit 2cb7b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devServer": "BEACON_SERVER_PORTS='3009,3010,3011' node test/server/server",
"fileStats": "echo \"\nFile Stats:\" && ls target/*.js | xargs -I '%' bash -c 'echo \"%: $(./node_modules/.bin/gzip-size % | ./node_modules/.bin/pretty-bytes) (gzip)\"'"
},
"author": "Ben Ripkens <bripkens@gmail.com> (http://bripkens.de/)",
"author": "Ben Blackmore <ben@instana.com>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.0.0",
Expand Down

0 comments on commit 2cb7b76

Please sign in to comment.