autopair 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +11 -3
- /package/{LICENSE → LICENSE.md} +0 -0
- /package/{README → README.md} +0 -0
package/package.json
CHANGED
|
@@ -1,8 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "autopair",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "Automatically
|
|
3
|
+
"version": "0.1.2",
|
|
4
|
+
"description": "Automatically closes parentheses and similar characters.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"author": "Dennis Hackethal <engineering@dennishackethal.com>",
|
|
7
|
-
"license": "Adjusted MIT"
|
|
7
|
+
"license": "Adjusted MIT",
|
|
8
|
+
"homepage": "https://github.com/dchacke/autopair.js",
|
|
9
|
+
"repository": {
|
|
10
|
+
"type": "git",
|
|
11
|
+
"url": "https://github.com/dchacke/autopair.js.git"
|
|
12
|
+
},
|
|
13
|
+
"bugs": {
|
|
14
|
+
"url": "https://github.com/dchacke/autopair.js/issues"
|
|
15
|
+
}
|
|
8
16
|
}
|
/package/{LICENSE → LICENSE.md}
RENAMED
|
File without changes
|
/package/{README → README.md}
RENAMED
|
File without changes
|