Skip to content

Commit

Permalink
🔖 v2.0.21
Browse files Browse the repository at this point in the history
Auto build
  • Loading branch information
Xotic750 committed Jul 27, 2019
1 parent d6503c1 commit 441dc03
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .bettercodehub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ exclude:
- /__tests__/__snapshots__/.*
- .*/webpack\.config\.js
- .*/jest\.config\.js
- .*/eslintrc\.js
- .*/\.eslintrc\.js
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ module.exports = {
'RangeErrorConstructor',
'Readonly',
'ReadonlyArray',
'Iterator',
],
},
],
Expand Down
1 change: 1 addition & 0 deletions __tests__/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ module.exports = {
'compat/compat': 'off',
'prefer-rest-params': 'off',
'no-prototype-builtins': 'off',
'jest/no-standalone-expect': 'warn',
},
};
4 changes: 2 additions & 2 deletions dist/has-to-string-tag-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/has-to-string-tag-x.min.js

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

28 changes: 14 additions & 14 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "has-to-string-tag-x",
"version": "2.0.20",
"version": "2.0.21",
"description": "Tests if ES6 @@toStringTag is supported.",
"homepage": "https://github.com/Xotic750/has-to-string-tag-x",
"author": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"build:dev": "npm run build:base --",
"clean": "rimraf dist && npm run clean:coverage",
"clean:coverage": "rimraf __tests__/coverage",
"lint": "eslint -f 'node_modules/eslint-friendly-formatter' --ext .js .",
"lint": "eslint -f 'node_modules/eslint-friendly-formatter' --ext .js,.json .",
"lint-fix": "npm run lint -- --fix",
"report": "npm run build -- --env.report",
"report:dev": "npm run build:dev -- --env.report",
Expand All @@ -50,7 +50,7 @@
"url": "https://github.com/Xotic750/has-to-string-tag-x/issues"
},
"dependencies": {
"has-symbol-support-x": "^2.0.19",
"has-symbol-support-x": "^2.0.20",
"is-symbol": "^1.0.2"
},
"devDependencies": {
Expand All @@ -65,7 +65,7 @@
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/runtime": "^7.5.5",
"@prorenata/eslint-config-vue": "^1.13.12",
"@prorenata/eslint-config-vue": "^1.13.14",
"@types/jest": "^24.0.15",
"@types/node": "^12.6.8",
"babel-core": "^7.0.0-0",
Expand All @@ -88,7 +88,7 @@
"eslint-plugin-eslint-comments": "^3.1.2",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.13.7",
"eslint-plugin-jest": "^22.14.0",
"eslint-plugin-jsdoc": "^15.7.2",
"eslint-plugin-json": "^1.4.0",
"eslint-plugin-lodash": "^5.1.0",
Expand Down

0 comments on commit 441dc03

Please sign in to comment.