Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Commit

Permalink
chore(package): Update package.json URLs and project name
Browse files Browse the repository at this point in the history
Closes #3
  • Loading branch information
AdamHerrmann committed Mar 30, 2016
1 parent 08ea220 commit 25aed0f
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"author": {
"name": "Adam Herrmann",
"email": "[email protected]",
"url": "<redacted>"
"email": "[email protected]"
},
"bugs": "<redacted>",
"bugs": "https://github.com/factset/labeledpipe/issues",
"description": "Lazypipe with labels",
"engines": {
"node": "^0.12.0",
Expand All @@ -13,16 +12,13 @@
"files": [
"index.js"
],
"homepage": "<redacted>",
"homepage": "https://github.com/factset/labeledpipe",
"keywords": [],
"main": "index.js",
"name": "@fds/labeledpipe",
"publishConfig": {
"registry": "<redacted>"
},
"name": "labeledpipe",
"repository": {
"type": "git",
"url": "<redacted>"
"url": "https://github.com/factset/labeledpipe.git"
},
"scripts": {
"lint": "jshint index.js test",
Expand Down

0 comments on commit 25aed0f

Please sign in to comment.