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

Side by Side Diff: package.json

Issue 29350121: Noissue - Add punycode dependency explicitly (Closed)
Patch Set: Created Aug. 23, 2016, 6:06 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "license" : "GPL-3.0", 2 "license" : "GPL-3.0",
3 "repository": { }, 3 "repository": { },
4 "dependencies": { 4 "dependencies": {
5 "punycode": "*",
5 "tldjs": "*" 6 "tldjs": "*"
6 }, 7 },
7 "devDependencies": { 8 "devDependencies": {
8 "nodeunit": "0.9.1" 9 "nodeunit": "0.9.1"
9 }, 10 },
10 "scripts": { 11 "scripts": {
11 "test": "node -e 'require(\".bin/nodeunit\");'" 12 "test": "node -e 'require(\".bin/nodeunit\");'"
12 } 13 }
13 } 14 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld