Skip to content

Commit a6f9cfa

Browse files
committed
npm module
1 parent 3ad2ba8 commit a6f9cfa

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.npmignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.editorconfig
2+
.gitignore

package.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"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

Comments
 (0)