Skip to content

Commit

Permalink
🔖 v2.0.2
Browse files Browse the repository at this point in the history
Test auto build
  • Loading branch information
Xotic750 committed Jul 13, 2019
1 parent 243e9c0 commit 88eef2c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
4 changes: 3 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ module.exports = {
/**
* @see {@link https://eslint.org/docs/user-guide/configuring#configuring-rules}
*/
rules: {},
rules: {
'jsdoc/no-undefined-types': ['error', {definedTypes: ['NumberConstructor', 'StringConstructor']}],
},

/**
* Webpack-literate module resolution plugin for eslint-plugin-import.
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/carbon
lts/*
4 changes: 2 additions & 2 deletions dist/attempt-x.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/attempt-x.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "attempt-x",
"version": "2.0.1",
"version": "2.0.2",
"description": "Invokes function, returning an object of the results.",
"homepage": "https://github.com/Xotic750/attempt-x",
"author": {
Expand Down

0 comments on commit 88eef2c

Please sign in to comment.