Skip to content

Commit 65d4a49

Browse files
committed
Fix minified build, bump version.
1 parent c204e32 commit 65d4a49

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

dist/tribute.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/tribute.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tributejs",
3-
"version": "5.1.2",
3+
"version": "5.1.3",
44
"description": "Native ES6 @mentions",
55
"main": "dist/tribute.js",
66
"module": "dist/tribute.esm.js",

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default [
2121
format: "umd"
2222
},
2323
{
24-
name: "tribute.min",
24+
name: "Tribute",
2525
file: pkg.browser,
2626
format: "umd",
2727
sourcemap: true,

tributejs.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Type definitions for TributeJS v5.1.2
1+
// Type definitions for TributeJS v5.1.3
22
// Project: https://github.com/zurb/tribute
33
// Definitions by: Jordan Humphreys <https://github.com/mrsweaters/>
44

0 commit comments

Comments
 (0)