Skip to content

Commit

Permalink
[meta] update URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 12, 2022
1 parent 1f25819 commit 26ded36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
},
"repository" : {
"type" : "git",
"url" : "http://github.com/substack/jsonify.git"
"url" : "https://github.com/ljharb/jsonify.git"
},
"keywords" : [
"json",
"browser"
],
"author" : {
"name" : "Douglas Crockford",
"url" : "http://crockford.com/"
"url" : "https://crockford.com/"
},
"license" : "Public Domain"
}
6 changes: 3 additions & 3 deletions readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ any globals.
`stringify` and `parse` are merely exported without respect to whether or not a
global `JSON` object exists.

[![build status](https://secure.travis-ci.org/substack/jsonify.png)](http://travis-ci.org/substack/jsonify)
[![build status](https://secure.travis-ci.org/ljharb/jsonify.png)](https://travis-ci.org/ljharb/jsonify)

# methods

Expand Down Expand Up @@ -35,14 +35,14 @@ If `space` is a string, use `space` as the indentation.

# install

With [npm](http://npmjs.org) do:
With [npm](https://npmjs.org) do:

```
npm install jsonify
```

To use this module in the browser, check out
[browserify](https://github.com/substack/node-browserify).
[browserify](https://github.com/browserify/browserify).

# license

Expand Down

0 comments on commit 26ded36

Please sign in to comment.