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

Unified Diff: third_party/polymer/v0_8/components/promise-polyfill/package.json

Issue 1155683008: Rename polymer and cr_elements v0_8 to v1_0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@v1
Patch Set: fix a merge mistake Created 5 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: third_party/polymer/v0_8/components/promise-polyfill/package.json
diff --git a/third_party/polymer/v0_8/components/promise-polyfill/package.json b/third_party/polymer/v0_8/components/promise-polyfill/package.json
deleted file mode 100644
index 5360534bc2cc9235f46a6ea4f68303cc8487e919..0000000000000000000000000000000000000000
--- a/third_party/polymer/v0_8/components/promise-polyfill/package.json
+++ /dev/null
@@ -1,35 +0,0 @@
-{
- "name": "promise-polyfill",
- "version": "2.0.0",
- "description": "Lightweight promise polyfill. A+ compliant",
- "main": "Promise.js",
- "scripts": {
- "test": "./node_modules/.bin/promises-aplus-tests tests/adapter.js; ./node_modules/.bin/promises-es6-tests tests/adapter.js"
- },
- "repository": {
- "type": "git",
- "url": "https://taylorhakes@github.com/taylorhakes/promise-polyfill.git"
- },
- "author": "Taylor Hakes",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/taylorhakes/promise-polyfill/issues"
- },
- "homepage": "https://github.com/taylorhakes/promise-polyfill",
- "devDependencies": {
- "grunt": "^0.4.5",
- "grunt-bytesize": "^0.1.1",
- "grunt-closurecompiler": "^0.9.9",
- "grunt-contrib-uglify": "^0.4.0",
- "mocha": "^2.2.1",
- "promises-aplus-tests": "*",
- "promises-es6-tests": "^0.5.0"
- },
- "keywords": [
- "promise",
- "promise-polyfill",
- "ES6",
- "promises-aplus"
- ],
- "dependencies": {}
-}

Powered by Google App Engine
This is Rietveld 408576698