Skip to content

Commit

Permalink
🔖 v2.0.17
Browse files Browse the repository at this point in the history
Add jsdelivr
  • Loading branch information
Xotic750 committed Jul 24, 2019
1 parent 0daa41b commit e8f19ce
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 14 deletions.
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.

16 changes: 8 additions & 8 deletions package-lock.json

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

5 changes: 3 additions & 2 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.16",
"version": "2.0.17",
"description": "Tests if ES6 @@toStringTag is supported.",
"homepage": "https://github.com/Xotic750/has-to-string-tag-x",
"author": {
Expand All @@ -22,6 +22,7 @@
],
"module": "dist/has-to-string-tag-x.esm.js",
"main": "dist/has-to-string-tag-x.js",
"jsdelivr": "dist/has-to-string-tag-x.min.js",
"scripts": {
"build:esm": "mkdirp dist && babel -s true --env-name esm src/has-to-string-tag-x.js -o dist/has-to-string-tag-x.esm.js",
"build:base": "webpack --bail --progress --profile --colors",
Expand Down Expand Up @@ -49,7 +50,7 @@
"url": "https://github.com/Xotic750/has-to-string-tag-x/issues"
},
"dependencies": {
"has-symbol-support-x": "^2.0.15",
"has-symbol-support-x": "^2.0.16",
"is-symbol": "^1.0.2"
},
"devDependencies": {
Expand Down

0 comments on commit e8f19ce

Please sign in to comment.