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

Side by Side Diff: packages/web_components/lib/package.json

Issue 2989763002: Update charted to 0.4.8 and roll (Closed)
Patch Set: Removed Cutch from list of reviewers Created 3 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
1 { 1 {
2 "name": "webcomponents.js", 2 "name": "webcomponents.js",
3 "version": "0.7.21", 3 "version": "0.7.23",
4 "description": "webcomponents.js", 4 "description": "webcomponents.js",
5 "main": "webcomponents.js", 5 "main": "webcomponents.js",
6 "directories": { 6 "directories": {
7 "test": "tests" 7 "test": "tests"
8 }, 8 },
9 "repository": { 9 "repository": {
10 "type": "git", 10 "type": "git",
11 "url": "https://github.com/webcomponents/webcomponentsjs.git" 11 "url": "https://github.com/webcomponents/webcomponentsjs.git"
12 }, 12 },
13 "author": "The Polymer Authors", 13 "author": "The Polymer Authors",
14 "license": "BSD-3-Clause", 14 "license": "BSD-3-Clause",
15 "bugs": { 15 "bugs": {
16 "url": "https://github.com/webcomponents/webcomponentsjs/issues" 16 "url": "https://github.com/webcomponents/webcomponentsjs/issues"
17 }, 17 },
18 "scripts": { 18 "scripts": {
19 "test": "wct" 19 "test": "wct"
20 }, 20 },
21 "homepage": "http://webcomponents.org", 21 "homepage": "http://webcomponents.org",
22 "devDependencies": { 22 "devDependencies": {
23 "gulp": "^3.8.8", 23 "gulp": "^3.8.8",
24 "gulp-audit": "^1.0.0", 24 "gulp-audit": "^1.0.0",
25 "gulp-concat": "^2.4.1", 25 "gulp-concat": "^2.4.1",
26 "gulp-header": "^1.1.1", 26 "gulp-header": "^1.1.1",
27 "gulp-uglify": "^1.0.1", 27 "gulp-uglify": "^1.0.1",
28 "run-sequence": "^1.0.1", 28 "run-sequence": "^1.0.1",
29 "web-component-tester": "^4.0.1" 29 "web-component-tester": "^4.0.1"
30 } 30 }
31 } 31 }
OLDNEW
« no previous file with comments | « packages/web_components/lib/build/html_import_annotation_recorder.dart ('k') | packages/web_components/lib/webcomponents.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698