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

Unified Diff: package.json

Issue 2225953002: Strip more unused features. (Closed) Base URL: git@github.com:dart-lang/js_facade_gen.git@master
Patch Set: Fix types Created 4 years, 4 months 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 | « lib/type.ts ('k') | test/call_test.ts » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: package.json
diff --git a/package.json b/package.json
index 42c356554bf01277b09e7deab223692c4ab08faa..4c795dd9eec4b6a2deb498192b8e13208238a966 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
- "name": "ts2dart",
- "version": "0.9.1-1",
- "description": "Transpile TypeScript code to Dart",
+ "name": "js_facade_gen",
+ "version": "0.0.1",
+ "description": "Generate Dart package:js JS Interop faces for arbitrary TypeScript libraries.",
"main": "build/lib/main.js",
"typings": "build/definitions/main.d.ts",
"directories": {
@@ -39,19 +39,18 @@
},
"repository": {
"type": "git",
- "url": "https://github.com/angular/ts2dart.git"
+ "url": "https://github.com/dart-lang/js_facade_gen.git"
},
"keywords": [
"typescript",
"dart"
],
"contributors": [
- "Alex Eagle <alexeagle@google.com> (https://angularjs.org/)",
- "Martin Probst <martinprobst@google.com> (https://angularjs.org/)"
+ "Jacob Richman <jacobr@google.com> (https://www.dartlang.org/)"
],
"license": "Apache-2.0",
"bugs": {
- "url": "https://github.com/angular/ts2dart/issues"
+ "url": "https://github.com/dart-lang/js_facade_gen/issues"
},
- "homepage": "https://github.com/angular/ts2dart"
+ "homepage": "https://github.com/dart-lang/js_facade_gen"
}
« no previous file with comments | « lib/type.ts ('k') | test/call_test.ts » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698