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: Created June 18, 2018, 2:49 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
« no previous file with comments | « build/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
@@ -29,10 +29,14 @@
"document-register-element": "^1.7.2",
"eslint": "^4.16.0",
"eslint-config-eyeo": "^2.0.0",
"http-server": "^0.11.1",
"hyperhtml": "^2.9.0",
"hyperhtml-element": "^1.5.0",
"node-sass": "^4.7.2",
"watch": "^1.0.2"
+ },
+ "devDependencies": {
+ "csv": "^3.1.0",
+ "glob": "^7.1.2"
}
}
« no previous file with comments | « build/csv-export.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld