Skip to content

Commit

Permalink
Updating package.json links
Browse files Browse the repository at this point in the history
  • Loading branch information
kazzkiq committed May 6, 2018
1 parent ab0b876 commit aa0b369
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "codeflask",
"version": "1.0.1",
"version": "1.0.2",
"description": "A micro code-editor for awesome web pages",
"main": "build/codeflask.min.js",
"files": [
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/kazzkiq/CodeFlask.js.git"
"url": "git+https://github.com/kazzkiq/CodeFlask.git"
},
"keywords": [
"code-editor",
Expand All @@ -47,7 +47,7 @@
"author": "Claudio Holanda",
"license": "MIT",
"bugs": {
"url": "https://github.com/kazzkiq/CodeFlask.js/issues"
"url": "https://github.com/kazzkiq/CodeFlask/issues"
},
"homepage": "https://kazzkiq.github.io/CodeFlask.js/"
"homepage": "https://kazzkiq.github.io/CodeFlask/"
}

0 comments on commit aa0b369

Please sign in to comment.