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 Comments Created June 13, 2018, 3:35 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
@@ -21,18 +21,20 @@
"test": "npm run test:io-element && npm run test:io-steps && npm run test:io-toggle && http-server",
"test:io-element": "npm run bashForTest:js io-element && npm run bundleTest:js io-element",
"test:io-steps": "npm run bashForTest:js io-steps && npm run bundleTest:js io-steps && npm run bashForTest:css io-steps",
"test:io-toggle": "npm run bashForTest:js io-toggle && npm run bundleTest:js io-toggle && npm run bashForTest:css io-toggle",
"postinstall": "npm run bundle"
},
"dependencies": {
"browserify": "^16.1.0",
+ "csv": "^3.1.0",
"document-register-element": "^1.7.2",
"eslint": "^4.16.0",
"eslint-config-eyeo": "^2.0.0",
+ "glob": "^7.1.2",
Thomas Greiner 2018/06/15 12:07:20 Detail: The im-/exporter script isn't involved in
saroyanm 2018/06/18 14:50:51 Good point, done.
"http-server": "^0.11.1",
"hyperhtml": "^2.9.0",
"hyperhtml-element": "^1.5.0",
"node-sass": "^4.7.2",
"watch": "^1.0.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