Skip to content

Commit 2ebb800

Browse files
committed
0.1.3
1 parent 4dafc7c commit 2ebb800

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppet-redirect",
3-
"version": "0.1.1",
3+
"version": "0.1.3",
44
"description": "Custom Element that redirects to a new URL when an attribute is changed. It's also being listened by PuppetJS.",
55
"license": "MIT",
66
"main": "src/puppet-redirect.html",

src/puppet-redirect.html

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!-- puppet-redirect v0.1.3 | MIT License -->
12
<script>
23
(function (global) {
34
var PuppetRedirectElementPrototype = Object.create(HTMLLinkElement.prototype);

0 commit comments

Comments
 (0)