removed standard

This commit is contained in:
mbeylin 2017-11-15 18:31:23 -05:00
parent 9e69f9a5a2
commit 6990c0e0ed
1 changed files with 1 additions and 14 deletions

View File

@ -8,8 +8,7 @@
},
"scripts": {
"compile": "truffle compile",
"test": "standard && truffle test",
"lint": "standard --fix"
"test": "truffle test"
},
"repository": {
"type": "git",
@ -35,17 +34,5 @@
"eslint-plugin-node": "5.1.0",
"eslint-plugin-react": "7.1.0",
"eslint-plugin-standard": "3.0.1",
"standard": "10.0.2"
},
"standard": {
"globals": [
"assert",
"it",
"before",
"beforeEach",
"artifacts",
"contract",
"web3"
]
}
}