Skip to content

Commit

Permalink
Readme updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
IPQualityScore committed Apr 14, 2023
1 parent e7bc1ac commit 9b7d4e0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -8,6 +8,9 @@ This is the NPM/Yarn package for implementing the Device Fingerprint Tracker API
* [Device Fingerprint Overview](https://www.ipqualityscore.com/device-fingerprinting)
* [Device Fingerprint API](https://www.ipqualityscore.com/documentation/device-fingerprint/overview)

## Installation

npm i node_js_ipqs_device_tracker

## Initialization

Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "node_js_ipqs_device_tracker",
"version": "1.0.0",
"version": "1.0.1",
"description": "NodeJS/React package to interface with the IPQS Device Fingerprint API.",
"types": "./lib/cjs/types/index.d.ts",
"main": "./lib/cjs/index.js",
Expand All @@ -17,6 +17,10 @@
"files": [
"lib/**/*"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/IPQualityScore/NodeJSIPQSDeviceTracker.git"
},
"exports": {
".": {
"import": {
Expand Down

0 comments on commit 9b7d4e0

Please sign in to comment.