There was an error while loading. Please reload this page.
1 parent f1e55f2 commit a0b9e71Copy full SHA for a0b9e71
.editorconfig
@@ -0,0 +1,12 @@
1
+# This file is for unifying the coding style for different editors and IDEs
2
+# editorconfig.org
3
+
4
+root = true
5
6
+[*]
7
+charset = utf-8
8
+end_of_line = lf
9
+indent_size = 4
10
+indent_style = space
11
+insert_final_newline = true
12
+trim_trailing_whitespace = true
package.json
@@ -1,8 +1,8 @@
{
- "name": "JsonQuery",
- "version": "1.0.0",
- "description": "A simple Javascript Library to Query over Json Data",
- "main": "index.js",
- "author": "me-shaon",
- "license": "MIT"
+ "name": "JsonQuery",
+ "version": "1.0.0",
+ "description": "A simple Javascript Library to Query over Json Data",
+ "main": "index.js",
+ "author": "me-shaon",
+ "license": "CC0 1.0 Universal"
}
0 commit comments