Skip to content

Commit c696957

Browse files
committed
Updated github repository url in package.json
1 parent 08066a6 commit c696957

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "superfly-css-component-button",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "CSS Button Component.",
55
"main": "src/main/css/index.css",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/superfly-css/superfly-css-button-component.git"
11+
"url": "git+https://github.com/superfly-css/superfly-css-component-button.git"
1212
},
1313
"keywords": [
1414
"css",
@@ -23,7 +23,7 @@
2323
},
2424
"homepage": "https://github.com/superfly-css/superfly-css-component-button#readme",
2525
"devDependencies": {
26-
"gulp": "^3.9.0",
27-
"superfly-css-task-build": "^0.1.0"
26+
"gulp": "^3.9.1",
27+
"superfly-css-task-build": "^0.1.6"
2828
}
2929
}

0 commit comments

Comments
 (0)