Skip to content

Commit

Permalink
Fix minified build, bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Humphreys committed Mar 25, 2020
1 parent c204e32 commit 65d4a49
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/tribute.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/tribute.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tributejs",
"version": "5.1.2",
"version": "5.1.3",
"description": "Native ES6 @mentions",
"main": "dist/tribute.js",
"module": "dist/tribute.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default [
format: "umd"
},
{
name: "tribute.min",
name: "Tribute",
file: pkg.browser,
format: "umd",
sourcemap: true,
Expand Down
2 changes: 1 addition & 1 deletion tributejs.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for TributeJS v5.1.2
// Type definitions for TributeJS v5.1.3
// Project: https://github.com/zurb/tribute
// Definitions by: Jordan Humphreys <https://github.com/mrsweaters/>

Expand Down

0 comments on commit 65d4a49

Please sign in to comment.