Skip to content

Commit 269f54b

Browse files
committed
Merge pull request #25 from JSON8/node.js
npm package
2 parents 3ad2ba8 + a6f9cfa commit 269f54b

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.editorconfig
2+
.gitignore

package.json

Lines changed: 15 additions & 0 deletions
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)