Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: package.json

Issue 29636585: Issue 6171 - create CSV exporter and importer for translations (Closed)
Patch Set: Addressed Thomas's comments Created Feb. 28, 2018, 8:47 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« csv-export.js ('K') | « csv-export.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: package.json
===================================================================
--- a/package.json
+++ b/package.json
@@ -19,5 +19,8 @@
"eslint-config-eyeo": "^2.0.0",
"http-server": "^0.11.1",
"watch": "^1.0.2"
+ },
+ "dependencies": {
+ "csv": "^2.0.0"
}
}
« csv-export.js ('K') | « csv-export.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld