We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ad2ba8 commit a6f9cfaCopy full SHA for a6f9cfa
.npmignore
@@ -0,0 +1,2 @@
1
+.editorconfig
2
+.gitignore
package.json
@@ -0,0 +1,15 @@
+{
+ "name": "json-patch-test-suite",
3
+ "version": "1.1.0",
4
+ "description": "JSON Patch RFC 6902 test suite",
5
+ "repository": "github:json-patch/json-patch-tests",
6
+ "homepage": "https://github.com/json-patch/json-patch-tests",
7
+ "bugs": "https://github.com/json-patch/json-patch-tests/issues",
8
+ "keywords": [
9
+ "JSON",
10
+ "Patch",
11
+ "test",
12
+ "suite"
13
+ ],
14
+ "license": "Apache-2.0"
15
+}
0 commit comments