Skip to content
This repository was archived by the owner on Mar 18, 2018. It is now read-only.

Commit b462029

Browse files
committed
Moved to branch-app org on npm
1 parent 3d91c9e commit b462029

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

package.json

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
2-
"name": "branch-log",
2+
"name": "@branch-app/log",
33
"version": "0.9.1",
4+
"private": false,
45
"description": "Super simple standardized logging used by all of Branch's node services.",
56
"homepage": "https://github.com/branch-app/log-node",
67
"bugs": "https://github.com/branch-app/log-node/issues",
78

89
"license": "MIT",
9-
"author": "Branch App (https://github.com/branch-app)",
10+
"author": "Alex Forbes-Reed <[email protected]>",
1011

1112
"main": "lib/index.js",
1213

@@ -21,9 +22,9 @@
2122
},
2223

2324
"devDependencies": {
24-
"coveralls": "^2.11.2",
25-
"istanbul": "^0.3.16",
26-
"tape": "^4.0.0",
25+
"coveralls": "^2.13.1",
26+
"istanbul": "^0.3.22",
27+
"tape": "^4.6.3",
2728
"test-console": "^1.0.0"
2829
}
2930
}

0 commit comments

Comments
 (0)