Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(71)

Side by Side Diff: test/js_test_tools/mocha/bower.json

Issue 1243503007: fixes #221, initial sync*, async, async* implementation (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "name": "mocha",
3 "version": "1.20.1",
4 "main": [
5 "mocha.js",
6 "mocha.css"
7 ],
8 "ignore": [
9 "bin",
10 "editors",
11 "images",
12 "lib",
13 "support",
14 "test",
15 ".gitignore",
16 ".npmignore",
17 ".travis.yml",
18 "component.json",
19 "index.js",
20 "Makefile",
21 "package.json"
22 ]
23 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698