We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab0b876 commit aa0b369Copy full SHA for aa0b369
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codeflask",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "A micro code-editor for awesome web pages",
5
"main": "build/codeflask.min.js",
6
"files": [
@@ -36,7 +36,7 @@
36
},
37
"repository": {
38
"type": "git",
39
- "url": "git+https://github.com/kazzkiq/CodeFlask.js.git"
+ "url": "git+https://github.com/kazzkiq/CodeFlask.git"
40
41
"keywords": [
42
"code-editor",
@@ -47,7 +47,7 @@
47
"author": "Claudio Holanda",
48
"license": "MIT",
49
"bugs": {
50
- "url": "https://github.com/kazzkiq/CodeFlask.js/issues"
+ "url": "https://github.com/kazzkiq/CodeFlask/issues"
51
52
- "homepage": "https://kazzkiq.github.io/CodeFlask.js/"
+ "homepage": "https://kazzkiq.github.io/CodeFlask/"
53
}
0 commit comments