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

Delta Between Two Patch Sets: package.json

Issue 29333474: Issue 4125 - [emscripten] Convert filter classes to C++ (Closed)
Left Patch Set: Replaced old filter classes unit tests completely Created Feb. 18, 2016, 4:40 p.m.
Right Patch Set: Addressed comments from Patch Set 28 Created March 21, 2017, 10:04 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « lib/subscriptionClasses.js ('k') | test/_common.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
(no file at all)
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 "sandboxed-module": "2.0.3",
7 "nodeunit": "0.9.1" 7 "nodeunit": "0.9.1"
8 }, 8 },
9 "scripts": { 9 "scripts": {
10 "test": "NODE_PATH=lib node --harmony test_wrapper.js" 10 "test": "node test_runner.js"
11 } 11 }
12 } 12 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld