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

Commit e18feee

Browse files
Merge pull request #49 from PolymathNetwork/priom/security-audit
Priom/security audit
2 parents cc29521 + 674eb6b commit e18feee

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.sol linguist-language=Solidity

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"install": "run-s build",
2121
"lint": "eslint --fix src test",
2222
"migrate-testrpc": "truffle migrate --network=testrpc",
23-
"precommit": "lint-staged && flow",
2423
"serve-poly-docs": "run-s documentation-copy-babel-ignored documentation-serve",
2524
"start": "run-p babel:watchsrc babel:watchtest",
2625
"test": "mocha lib/test/**/*_test.js --timeout 20000 --bail --exit",
@@ -30,6 +29,11 @@
3029
"ci": "scripts/test.sh",
3130
"contracts": "scripts/updateContracts.sh"
3231
},
32+
"husky": {
33+
"hooks": {
34+
"pre-commit": "lint-staged && flow"
35+
}
36+
},
3337
"repository": {
3438
"type": "git",
3539
"url": "git+https://github.com/PolymathNetwork/polymath.js.git"

whitepaper.pdf

-4.38 MB
Binary file not shown.

0 commit comments

Comments
 (0)