Skip to content

Commit

Permalink
v0.2.3 - fix git url of npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
FezVrasta committed Apr 5, 2016
1 parent 9753330 commit 7a0ae40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -11,7 +11,7 @@
"es6",
"globals"
],
"homepage": "",
"homepage": "https://fezvrasta.github.io/popper.js",
"ignore": [
"**/.*",
"node_modules",
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,14 +1,14 @@
{
"name": "popper.js",
"version": "0.2.2",
"version": "0.2.3",
"description": "",
"main": "src/popper.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/FezVrasta/popper.js.git"
"url": "git+https://github.com/FezVrasta/popper.js.git"
},
"author": "Federico Zivolo <federico.zivolo@gmail.com>",
"contributors": [
Expand Down

0 comments on commit 7a0ae40

Please sign in to comment.