Skip to content
This repository has been archived by the owner on Sep 8, 2022. It is now read-only.

Commit

Permalink
v0.3.0 (#36)
Browse files Browse the repository at this point in the history
* update license (#32)

* update travis (#33)

* update travis

* change node version

* change version to 6

* change script format

* Feature/travis (#34)

* update travis

* change node version

* change version to 6

* change script format

* ignore lib

* Feature/npm audit (#35)

* update packages

* add coverage
  • Loading branch information
dpilch authored May 15, 2018
1 parent 2558243 commit 4902766
Show file tree
Hide file tree
Showing 17 changed files with 2,444 additions and 2,716 deletions.
11 changes: 10 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
{
"presets": ["es2015", "stage-2"]
"presets": [
["@babel/preset-env", {
"targets": {
"node": "6.10"
}
}],
["@babel/preset-stage-2", {
"decoratorsLegacy": true,
}]
]
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ test/output.md

.nyc_output/
coverage/
lib
13 changes: 8 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
language: node_js
node_js:
- '4'
- '6'
cache:
directories:
- node_modules
before_script:
- "sudo add-apt-repository ppa:ethereum/ethereum -y"
- "sudo apt-get update -y"
- "sudo apt-get install solc -y"

script:
- npm run build
- npm test

after_script: npm run coverage

deploy:
skip_cleanup: true
provider: npm
email: danepilch@gmail.com
api_key:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 Dane Pilcher
Copyright (c) 2018 Dane Pilcher

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
37 changes: 0 additions & 37 deletions lib/bin/solmd.js

This file was deleted.

21 changes: 0 additions & 21 deletions lib/build.js

This file was deleted.

60 changes: 0 additions & 60 deletions lib/compile/index.js

This file was deleted.

50 changes: 0 additions & 50 deletions lib/compile/parse-abi.js

This file was deleted.

28 changes: 0 additions & 28 deletions lib/compile/parseOutputs.js

This file was deleted.

60 changes: 0 additions & 60 deletions lib/compile/solc.js

This file was deleted.

7 changes: 0 additions & 7 deletions lib/constants.js

This file was deleted.

16 changes: 0 additions & 16 deletions lib/helpers.js

This file was deleted.

38 changes: 0 additions & 38 deletions lib/index.js

This file was deleted.

Loading

0 comments on commit 4902766

Please sign in to comment.