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

Unified Diff: package.json

Issue 2416003003: Update package name, update and lock clang-format and tslint versions, and format all source files … (Closed)
Patch Set: Created 4 years, 2 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 4c795dd9eec4b6a2deb498192b8e13208238a966..1156b70991cbef1792b9f61e2a816153d0dbd2db 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "name": "js_facade_gen",
+ "name": "dart_js_facade_gen",
"version": "0.0.1",
"description": "Generate Dart package:js JS Interop faces for arbitrary TypeScript libraries.",
"main": "build/lib/main.js",
@@ -16,13 +16,13 @@
},
"devDependencies": {
"chai": "^2.1.1",
- "clang-format": "^1.0.37",
+ "clang-format": "1.0.45",
"fs-extra": "^0.18.0",
"gulp": "^3.8.11",
- "gulp-clang-format": "^1.0.21",
+ "gulp-clang-format": "1.0.23",
"gulp-mocha": "^2.0.0",
"gulp-sourcemaps": "^1.5.0",
- "gulp-tslint": "^4.3.4",
+ "gulp-tslint": "4.3.5",
"gulp-typescript": "^2.7.6",
"gulp-util": "^3.0.4",
"merge2": "^0.3.1",
« 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