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 7777b53 commit 14df88b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
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.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "attempt-x",
"version": "2.0.16",
"version": "2.0.17",
"description": "Invokes function, returning an object of the results.",
"homepage": "https://github.com/Xotic750/attempt-x",
"author": {
Expand All @@ -22,6 +22,7 @@
],
"module": "dist/attempt-x.esm.js",
"main": "dist/attempt-x.js",
"jsdelivr": "dist/attempt-x.min.js",
"scripts": {
"build:esm": "mkdirp dist && babel -s true --env-name esm src/attempt-x.js -o dist/attempt-x.esm.js",
"build:base": "webpack --bail --progress --profile --colors",
Expand Down

0 comments on commit 14df88b

Please sign in to comment.