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 most of the comments Created May 4, 2018, 10:38 a.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
@@ -18,17 +18,19 @@
"watch:desktop-options.css": "watch 'npm run bundle:desktop-options.css' ./css",
"watch:desktop-options.js": "watch 'npm run bundle:desktop-options.js' ./js",
"test": "npm run test:io-element.js && http-server",
"test:io-element.js": "npm run bashForTest:js io-element && npm run bundleTest:js io-element",
"postinstall": "npm run bundle"
},
"dependencies": {
"browserify": "^16.1.0",
+ "csv": "^2.0.0",
"document-register-element": "^1.7.2",
"eslint": "^4.16.0",
"eslint-config-eyeo": "^2.0.0",
+ "glob": "^7.1.2",
"http-server": "^0.11.1",
"hyperhtml-element": "^1.5.0",
"node-sass": "^4.7.2",
"watch": "^1.0.2"
}
}
« csv-export.js ('K') | « csv-export.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld