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

Delta Between Two Patch Sets: package.json

Issue 29336430: Issue 3659 - Remove locale dependency from filter classes (Closed)
Left Patch Set: Created Feb. 16, 2016, 11:45 a.m.
Right Patch Set: Simplified test setup Created Feb. 17, 2016, 3:52 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « lib/filterClasses.js ('k') | test/filterClasses.js » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 { 1 {
2 "name": "adblockpluscore", 2 "name": "adblockpluscore",
3 "license": "GPL-3.0", 3 "license": "GPL-3.0",
4 "dependencies": {}, 4 "dependencies": {},
5 "devDependencies": { 5 "devDependencies": {
6 "node-babel": "0.1.2", 6 "node-babel": "0.1.2",
7 "nodeunit": "0.9.1" 7 "nodeunit": "0.9.1"
8 }, 8 },
9 "scripts": { 9 "scripts": {
10 "test": "node test_wrapper.js" 10 "test": "NODE_PATH=lib node --harmony test_wrapper.js"
11 } 11 }
12 } 12 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld