Skip to content

Commit

Permalink
JS package.json: Added author and updated Closure Library version.
Browse files Browse the repository at this point in the history
  • Loading branch information
haberman committed Jun 23, 2016
1 parent 1dc6280 commit 6a6f95d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
"version": "3.0.0-alpha.6.2",
"description": "Protocol Buffers for JavaScript",
"main": "google-protobuf.js",
"files": "google",
"files": [
"google"
],
"dependencies": {},
"devDependencies": {
"glob": "~6.0.4",
"google-closure-compiler": "~20151216.2.0",
"google-closure-compiler": "~20160619.0.0",
"google-closure-library": "~20160125.0.0",
"gulp": "~3.9.0",
"jasmine": "~2.4.1"
Expand All @@ -19,6 +21,6 @@
"type": "git",
"url": "https://github.com/google/protobuf/tree/master/js"
},
"author": "",
"author": "Google Protocol Buffers Team",
"license": "Apache-2.0"
}

0 comments on commit 6a6f95d

Please sign in to comment.