Skip to content

Commit 7a0ae40

Browse files
committed
v0.2.3 - fix git url of npm package
1 parent 9753330 commit 7a0ae40

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"es6",
1212
"globals"
1313
],
14-
"homepage": "",
14+
"homepage": "https://fezvrasta.github.io/popper.js",
1515
"ignore": [
1616
"**/.*",
1717
"node_modules",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "popper.js",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "",
55
"main": "src/popper.js",
66
"scripts": {
77
"test": "grunt test"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://gitlab.com/FezVrasta/popper.js.git"
11+
"url": "git+https://github.com/FezVrasta/popper.js.git"
1212
},
1313
"author": "Federico Zivolo <federico.zivolo@gmail.com>",
1414
"contributors": [

0 commit comments

Comments
 (0)