Skip to content

Commit

Permalink
Merge pull request #60 from OpenSTFoundation/release-0.9
Browse files Browse the repository at this point in the history
Release 0.9.4
  • Loading branch information
jasonklein authored Oct 4, 2018
2 parents fc9beb9 + 92c9a7d commit 14aa0e7
Show file tree
Hide file tree
Showing 324 changed files with 9,502 additions and 200,739 deletions.
20 changes: 20 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"extends": [
"airbnb-base"
],
"rules": {
"indent": ["error", 4],
"no-console": "off",
"no-underscore-dangle": "off"
},
"env": {
"mocha": true,
"node": true,
"es6": true
},
"globals": {
"artifacts": false,
"contract": false,
"assert": false
}
}
280 changes: 0 additions & 280 deletions .eslintrc.js

This file was deleted.

13 changes: 6 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
# OSX
.DS_Store

.idea/

# VS Code
.vscode

# Vagrant
.vagrant/
ubuntu-xenial-16.04-cloudimg-console.log

# don't commit node_modules
node_modules

mocha_test/scripts/env_vars.sh
mocha_test/scripts/ost-price-oracle/
mocha_test/scripts/poa-genesis.json
mocha_test/scripts/pw
mocha_test/scripts/st-poa/

package-lock.json
build/

contracts/abi/
contracts/bin/
37 changes: 0 additions & 37 deletions .jsdoc.json

This file was deleted.

6 changes: 6 additions & 0 deletions .solcover.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
port: 8555,
compileCommand: '../node_modules/.bin/truffle compile',
testCommand: '../node_modules/.bin/truffle test --network coverage',
skipFiles: ['truffle/Migrations.sol']
};
Loading

0 comments on commit 14aa0e7

Please sign in to comment.