Skip to content

Commit

Permalink
Merge 5a51a10 into c0b71d2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumolari committed Oct 11, 2018
2 parents c0b71d2 + 5a51a10 commit b9ad04e
Show file tree
Hide file tree
Showing 15 changed files with 202 additions and 3,547 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.nyc_output
yarn-error.log
node_modules
21 changes: 21 additions & 0 deletions .jsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"source": {
"include": [
"src",
"package.json",
"README.md"
],
"includePattern": ".js$",
"excludePattern": "(node_modules/|docs)"
},
"templates": {
"referenceTitle": "Geoblink Lodash Mixins",
"disableSort": true
},
"opts": {
"template": "./node_modules/jsdoc-template",
"destination": "./docs/",
"encoding": "utf8",
"recurse": true
}
}
6 changes: 6 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.eslintrc
.gitignore
.jsdoc.json
.travis.yml
docs
test
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# v1.0.1

:tada: First public release!
Loading

0 comments on commit b9ad04e

Please sign in to comment.