Skip to content

Commit 4060b07

Browse files
authored
fix(package): add package lock (#1)
1 parent 987e246 commit 4060b07

File tree

4 files changed

+14520
-11
lines changed

4 files changed

+14520
-11
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# node & npm
22
node_modules
3-
# private mirror URLs shouldn't be exposed
4-
package-lock.json
53

64
# test
75
.jest-cache

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,15 @@
55
> Add the context of a json parse error to the error message with syntax highlighting if possible.
66
77
[![npm](https://img.shields.io/npm/v/json-parse-context)](https://www.npmjs.com/package/json-parse-context)
8-
[![Travis (.org) branch](https://img.shields.io/travis/americanexpress/json-parse-context/main)](https://travis-ci.org/americanexpress/json-parse-context)
8+
![Main Health Check](https://github.com/americanexpress/json-parse-context/workflows/Main%20Health%20Check/badge.svg)
99

1010
## 📖 Table of Contents
1111

12-
* [Features](#Features)
13-
* [Usage](#Usage)
14-
* [API](#API)
15-
* [Available Scripts](#Available%20Scripts)
16-
* [Git Hooks](#Git%20Hooks)
17-
* [Contributing](#Contributing)
12+
* [Features](#-features)
13+
* [API](#%EF%B8%8F-api)
14+
* [Available Scripts](#-available-scripts)
15+
* [Git Hooks](#-git-hooks)
16+
* [Contributing](#-contributing)
1817

1918
<br />
2019

@@ -102,4 +101,4 @@ Any contributions made under this project will be governed by the [Apache Licens
102101
## 🗣️ Code of Conduct
103102

104103
This project adheres to the [American Express Community Guidelines](https://github.com/americanexpress/json-parse-context/blob/main/CODE_OF_CONDUCT.md).
105-
By participating, you are expected to honor these guidelines.
104+
By participating, you are expected to honor these guidelines.

0 commit comments

Comments
 (0)