Skip to content

Commit a449c7d

Browse files
committed
Fix dependency
1 parent 700a307 commit a449c7d

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

bower.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
{
2-
"name": "native-developer-tools",
3-
"version": "0.1.0",
4-
"description": "Adds interface options for interacting with the V8 developer tools.",
5-
"private": true,
6-
"authors": [
7-
"Donald Atkinson"
8-
],
9-
"keywords": [
10-
"web-components",
11-
"polymer",
12-
"hotkey"
13-
],
14-
"main": "index.html",
15-
"repository": {
16-
"type": "git",
17-
"url": "git://github.com/FuzzicalLogic/native-developer-tools.git"
18-
},
19-
"license": "http://polymer.github.io/LICENSE.txt",
20-
"homepage": "https://github.com/FuzzicalLogic/native-developer-tools",
21-
"ignore": [],
22-
"dependencies": {
23-
"polymer": "Polymer/polymer#^1.0.0",
24-
"liquid-hotkey-event": "FuzzicalLogic/liquid-hotkey-event"
25-
},
26-
"devDependencies": {
27-
"iron-component-page": "polymerelements/iron-component-page#^1.0.0",
28-
"iron-image": "polymerelements/iron-image#^1.0.0",
29-
"paper-styles": "polymerelements/paper-styles#^1.0.0",
30-
"test-fixture": "polymerelements/test-fixture#^1.0.0",
31-
"web-component-tester": "polymer/web-component-tester#^3.4.0",
32-
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
33-
}
2+
"name": "native-developer-tools",
3+
"version": "0.1.0",
4+
"description": "Adds interface options for interacting with the V8 developer tools.",
5+
"private": true,
6+
"authors": [
7+
"Donald Atkinson"
8+
],
9+
"keywords": [
10+
"web-components",
11+
"polymer",
12+
"hotkey"
13+
],
14+
"main": "index.html",
15+
"repository": {
16+
"type": "git",
17+
"url": "git://github.com/FuzzicalLogic/native-developer-tools.git"
18+
},
19+
"license": "http://polymer.github.io/LICENSE.txt",
20+
"homepage": "https://github.com/FuzzicalLogic/native-developer-tools",
21+
"ignore": [],
22+
"dependencies": {
23+
"polymer": "Polymer/polymer#^1.0.0",
24+
"liquid-hotkey-event": "FuzzicalLogic/liquid-hotkey-event#~0.1.0"
25+
},
26+
"devDependencies": {
27+
"iron-component-page": "polymerelements/iron-component-page#^1.0.0",
28+
"iron-image": "polymerelements/iron-image#^1.0.0",
29+
"paper-styles": "polymerelements/paper-styles#^1.0.0",
30+
"test-fixture": "polymerelements/test-fixture#^1.0.0",
31+
"web-component-tester": "polymer/web-component-tester#^3.4.0",
32+
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
33+
}
3434
}

0 commit comments

Comments
 (0)