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

Unified Diff: package.json

Issue 29342884: Issue 4055 - Test ElemHide.getSelectorsFordomain (Closed)
Patch Set: Simplify filter function and move comment Created May 23, 2016, 6:55 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 | « no previous file | test/elemHide.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: package.json
diff --git a/package.json b/package.json
index 533d44e1ab6746084adc3fa658f1442f3db251b4..144068bb9afec360a3f34883bcc99f888fb1b250 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,6 @@
{
"name": "adblockpluscore",
+ "repository": "https://hg.adblockplus.org/adblockpluscore",
"license": "GPL-3.0",
"dependencies": {},
"devDependencies": {
@@ -7,6 +8,6 @@
"nodeunit": "0.9.1"
},
"scripts": {
- "test": "NODE_PATH=lib node --harmony test_wrapper.js"
+ "test": "NODE_PATH=lib:test/stub-modules node --harmony test_wrapper.js"
}
}
« no previous file with comments | « no previous file | test/elemHide.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld