| OLD | NEW |
| (Empty) | |
| 1 { |
| 2 "name": "test-fixture", |
| 3 "version": "3.0.0-rc.1", |
| 4 "license": "http://polymer.github.io/LICENSE.txt", |
| 5 "description": "A simple element to fixture DOM for tests", |
| 6 "keywords": [ |
| 7 "web-components", |
| 8 "polymer", |
| 9 "testing" |
| 10 ], |
| 11 "devDependencies": { |
| 12 "web-component-tester": "^6.0.0-prerelease.5", |
| 13 "webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0-rc.1" |
| 14 }, |
| 15 "variants": { |
| 16 "1.x": { |
| 17 "devDependencies": { |
| 18 "web-component-tester": "^4.0.0", |
| 19 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" |
| 20 } |
| 21 } |
| 22 }, |
| 23 "main": "test-fixture.html", |
| 24 "ignore": [] |
| 25 } |
| OLD | NEW |