mirror of https://github.com/status-im/web3.js.git
let travis check if npm package is not broken
This commit is contained in:
parent
92aba81245
commit
2536888f81
|
@ -14,4 +14,5 @@ after_script:
|
|||
- npm run-script build
|
||||
- npm run-script karma
|
||||
- npm run-script test-coveralls
|
||||
- cd test/node && npm install && node app.js
|
||||
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
var web3 = require('ethereum.js');
|
||||
|
||||
console.log(web3.version.api);
|
||||
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"name": "node",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "app.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"ethereum.js": "ethereum/ethereum.js#master"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue