Skip to content

Commit c982b73

Browse files
committed
Move to json-tools
1 parent eef7a5c commit c982b73

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# json-value
22

3-
[![Build Status](https://travis-ci.org/1602/json-value.svg?branch=master)](https://travis-ci.org/1602/json-value)
3+
[![Build Status](https://travis-ci.org/json-tools/json-value.svg?branch=master)](https://travis-ci.org/json-tools/json-value)
44

55
Helpers to work with JSON values in elm
66

@@ -13,4 +13,10 @@ You might need this library if you want to:
1313

1414
## Existing applications
1515

16-
This library is part of a bigger research of [json schema](https://github.com/1602/json-schema), schema editor, and [json editor](https://github.com/1602/json-editor)
16+
This library is part of a bigger research of [json schema](https://github.com/json-tools/json-schema), schema editor, and [json editor](https://github.com/1602/json-editor)
17+
18+
## Installation
19+
20+
```
21+
elm install json-tools/json-value
22+
```

elm.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"type": "package",
3-
"name": "1602/json-value",
3+
"name": "json-tools/json-value",
44
"summary": "Reading and manipulation with json values",
55
"license": "BSD-3-Clause",
6-
"version": "3.0.1",
6+
"version": "1.0.0",
77
"exposed-modules": [
88
"Json.Value"
99
],
@@ -13,4 +13,4 @@
1313
"elm/json": "1.0.0 <= v < 2.0.0"
1414
},
1515
"test-dependencies": {}
16-
}
16+
}

0 commit comments

Comments
 (0)