Skip to content

Commit

Permalink
Scoping package
Browse files Browse the repository at this point in the history
  • Loading branch information
risadams committed Mar 22, 2019
1 parent 632f16e commit 7e6cbf5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "lingerprint",
"name": "@barkleyrei/lingerprint",
"version": "1.1.0",
"description": "A drop-in API for creating a pseudo-unique browser fingerprint for lightweight visitor analytics.",
"repository": {
"type": "git",
"url": "https://github.com/BarkleyREI/lingerprint.git"
"url": "git+https://github.com/BarkleyREI/lingerprint.git"
},
"keywords": [
"analytics",
Expand All @@ -28,6 +28,7 @@
"release": "webpack --config config/webpack.prod.config.js --progress --mode production --env.PLATFORM=production --env.VERSION=production --display-error-details",
"watch": "webpack --config config/webpack.base.config.js --progress --mode development --env.PLATFORM=local --env.VERSION=dev --watch"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/plugin-proposal-class-properties": "^7.4.0",
Expand All @@ -48,4 +49,4 @@
"webpack-merge": "^4.2.1",
"webpack-visualizer-plugin": "^0.1.11"
}
}
}

0 comments on commit 7e6cbf5

Please sign in to comment.