Skip to content

Commit 49273e1

Browse files
committed
Add missing build.
1 parent 8948638 commit 49273e1

File tree

5 files changed

+23
-33
lines changed

5 files changed

+23
-33
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tribute",
33
"description": "Native ES6 @mentions",
4-
"version": "4.1.2",
4+
"version": "4.1.3",
55
"main": ["dist/tribute.js", "dist/tribute.css"],
66
"authors": ["Jordan Humphreys <jordan@zurb.com>"],
77
"license": "MIT",

dist/tribute.js

Lines changed: 17 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/tribute.js.map

Lines changed: 3 additions & 3 deletions
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": "4.1.2",
3+
"version": "4.1.3",
44
"description": "Native ES6 @mentions",
55
"main": "dist/tribute.js",
66
"types": "tributejs.d.ts",

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 v4.1.2
1+
// Type definitions for TributeJS v4.1.3
22
// Project: https://github.com/zurb/tribute
33
// Definitions by: Jordan Humphreys <https://github.com/mrsweaters/>
44

0 commit comments

Comments
 (0)