Skip to content

Commit

Permalink
Merge 1d29abe into c0b71d2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumolari committed Oct 11, 2018
2 parents c0b71d2 + 1d29abe commit 9595852
Show file tree
Hide file tree
Showing 8 changed files with 2,261 additions and 3,540 deletions.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": ["@babel/preset-env"]
}
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.nyc_output
node_modules
node_modules
dist
4 changes: 4 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.*
docs
test
src
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# v1.0.2

- Publish library in ES5.

# v1.0.1

:tada: First public release!
Loading

0 comments on commit 9595852

Please sign in to comment.