Update npm deps to prevent install errors. Also bump Polymer
This commit is contained in:
Родитель
00675f0344
Коммит
78acb1fe86
|
@ -23,7 +23,7 @@
|
|||
"iron-component-page": "PolymerElements/iron-component-page#^1.0.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"polymer": "Polymer/polymer#^1.2.3",
|
||||
"polymer": "Polymer/polymer#^1.6.0",
|
||||
"iron-ajax": "PolymerElements/iron-ajax#^1.1.0",
|
||||
"google-apis": "GoogleWebComponents/google-apis#^1.0.2",
|
||||
"paper-dialog": "PolymerElements/paper-dialog#^1.0.1",
|
||||
|
|
|
@ -17,14 +17,14 @@ indexes:
|
|||
|
||||
- kind: AnimatedProperty
|
||||
properties:
|
||||
- name: bucket_id
|
||||
- name: date
|
||||
- name: day_percentage
|
||||
direction: desc
|
||||
|
||||
- kind: AnimatedProperty
|
||||
properties:
|
||||
- name: bucket_id
|
||||
- name: date
|
||||
- name: day_percentage
|
||||
direction: desc
|
||||
|
||||
- kind: Feature
|
||||
|
|
16
package.json
16
package.json
|
@ -1,20 +1,32 @@
|
|||
{
|
||||
"name": "chromestatus-dashboard",
|
||||
"description": "Chrome platform status - chromestatus.com",
|
||||
"homepage": "https://www.chromestatus.com",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"node": ">=6.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "npm run deps; npm run build",
|
||||
"deps": "rm -rf static/bower_components; bower install",
|
||||
"build": "grunt",
|
||||
"deploy": "./scripts/deploy_site.sh"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/GoogleChrome/chromium-dashboard"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/GoogleChrome/chromium-dashboard/issues"
|
||||
},
|
||||
"devDependencies": {
|
||||
"grunt": "*",
|
||||
"grunt": "^0.4.5",
|
||||
"grunt-appengine": "^0.1.5",
|
||||
"grunt-contrib-clean": "^0.6.0",
|
||||
"grunt-contrib-compass": "^1.0.3",
|
||||
"grunt-minified": "0.0.6",
|
||||
"grunt-vulcanize": "^1.0.0",
|
||||
"http2-push-manifest": "^1.0.0",
|
||||
"load-grunt-tasks": "*"
|
||||
"load-grunt-tasks": "^3.4.1"
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче