Skip to content

Commit

Permalink
feat: rethink the whole API (#1)
Browse files Browse the repository at this point in the history
Also use TypeScript
  • Loading branch information
stropitek authored and targos committed Mar 29, 2019
1 parent de9e1ec commit 064adb2
Show file tree
Hide file tree
Showing 32 changed files with 7,194 additions and 1,187 deletions.
3 changes: 0 additions & 3 deletions .eslintrc.yml

This file was deleted.

6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ logs
*.log
npm-debug.log*

# editors
.idea

# Runtime data
pids
*.pid
Expand Down Expand Up @@ -36,4 +39,5 @@ jspm_packages
# Optional REPL history
.node_repl_history

test.js
lib
lib-es6
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
language: node_js
node_js:
- 10
- 8
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) 2016 Cheminfo
Copyright (c) 2018 cheminfo

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
Loading

0 comments on commit 064adb2

Please sign in to comment.