Skip to content
This repository was archived by the owner on Apr 3, 2019. It is now read-only.

Commit cf33b1e

Browse files
Merge pull request #59 from priom/priom/npm-package
organization added
2 parents 2a8c048 + 9676df9 commit cf33b1e

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

package.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "polymath.js",
3-
"author": "polymath",
2+
"name": "@polymathnetwork/polymath",
3+
"author": "Polymath",
44
"version": "0.1.0",
55
"description": "Tools for interacting with the Polymath platform",
66
"main": "index.js",
@@ -30,8 +30,8 @@
3030
"contracts": "scripts/updateContracts.sh"
3131
},
3232
"husky": {
33-
"hooks": {
34-
"pre-commit": "lint-staged && flow"
33+
"hooks": {
34+
"pre-commit": "lint-staged && flow"
3535
}
3636
},
3737
"lint-staged": {
@@ -47,7 +47,6 @@
4747
"keywords": [
4848
"polymath"
4949
],
50-
"author": "Polymath",
5150
"license": "MIT",
5251
"bugs": {
5352
"url": "https://github.com/PolymathNetwork/polymath.js/issues"
@@ -103,5 +102,10 @@
103102
"webpack-node-externals": "1.6.0",
104103
"yargs": "10.0.3",
105104
"ganache-cli": "6.0.3"
105+
},
106+
"directories": {
107+
"doc": "docs",
108+
"lib": "lib",
109+
"test": "test"
106110
}
107111
}

0 commit comments

Comments
 (0)