Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(40)

Unified Diff: third_party/protobuf/js/package.json

Issue 2495533002: third_party/protobuf: Update to HEAD (83d681ee2c) (Closed)
Patch Set: Make chrome settings proto generated file a component Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/protobuf/js/message_test.js ('k') | third_party/protobuf/js/proto3_test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/protobuf/js/package.json
diff --git a/third_party/protobuf/js/package.json b/third_party/protobuf/js/package.json
index ae05722a541b7df7856d033e44bb8c3d3cf5bc0f..d3c77eb691f0a24de41f4a5e03888a4125177aca 100644
--- a/third_party/protobuf/js/package.json
+++ b/third_party/protobuf/js/package.json
@@ -1,17 +1,19 @@
{
"name": "google-protobuf",
- "version": "3.0.0-alpha.6",
+ "version": "3.1.0",
"description": "Protocol Buffers for JavaScript",
"main": "google-protobuf.js",
- "dependencies": {
+ "files": [
+ "google"
+ ],
+ "dependencies": {},
+ "devDependencies": {
+ "glob": "~6.0.4",
+ "google-closure-compiler": "~20160619.0.0",
"google-closure-library": "~20160125.0.0",
"gulp": "~3.9.0",
"jasmine": "~2.4.1"
},
- "devDependencies": {
- "google-closure-compiler": "~20151216.2.0",
- "glob": "~6.0.4"
- },
"scripts": {
"test": "node ./node_modules/gulp/bin/gulp.js test"
},
@@ -19,6 +21,6 @@
"type": "git",
"url": "https://github.com/google/protobuf/tree/master/js"
},
- "author": "",
- "license": "Apache-2.0"
+ "author": "Google Protocol Buffers Team",
+ "license" : "BSD-3-Clause"
}
« no previous file with comments | « third_party/protobuf/js/message_test.js ('k') | third_party/protobuf/js/proto3_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698