Skip to content

Commit 589c792

Browse files
committed
update repo
1 parent d63f565 commit 589c792

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

package.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
{
22
"name": "iframe",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "higher level api for creating and using iframes in browsers",
55
"repository": {
66
"type": "git",
7-
"url": "git@github.com:maxogden/iframe.git"
8-
},
9-
"engines": {
10-
"node": "0.8.x"
7+
"url": "git@github.com:npm-dom/iframe.git"
118
},
129
"devDependencies": {
1310
"tape": "~2.3.2",
@@ -28,5 +25,12 @@
2825
"iphone/6.0..latest",
2926
"android-browser/4.2..latest"
3027
]
31-
}
28+
},
29+
"bugs": {
30+
"url": "https://github.com/npm-dom/iframe/issues"
31+
},
32+
"homepage": "https://github.com/npm-dom/iframe",
33+
"main": "index.js",
34+
"author": "max ogden",
35+
"license": "BSD"
3236
}

0 commit comments

Comments
 (0)