Skip to content

Commit aed05c0

Browse files
committed
1.3.6
Updated to 1.3.6
1 parent f0aa000 commit aed05c0

4 files changed

Lines changed: 12 additions & 22 deletions

File tree

bower.json

Lines changed: 9 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,11 @@
11
{
2-
"name": "cash",
3-
"main": "dist/cash.js",
4-
"version": "1.3.4",
5-
"homepage": "https://github.com/kenwheeler/cash",
6-
"authors": [
7-
"Ken Wheeler <ken_wheeler@me.com>"
8-
],
9-
"description": "An absurdly small jQuery alternative for modern browsers.",
10-
"keywords": [
11-
"jquery",
12-
"vanilla js"
13-
],
14-
"license": "MIT",
15-
"ignore": [
16-
"**/.*",
17-
"node_modules",
18-
"bower_components",
19-
"index.html"
20-
]
2+
"name": "cash",
3+
"main": "dist/cash.js",
4+
"version": "1.3.6",
5+
"homepage": "https://github.com/kenwheeler/cash",
6+
"authors": ["Ken Wheeler <ken_wheeler@me.com>"],
7+
"description": "An absurdly small jQuery alternative for modern browsers.",
8+
"keywords": ["jquery", "vanilla js"],
9+
"license": "MIT",
10+
"ignore": ["**/.*", "node_modules", "bower_components", "index.html"]
2111
}

dist/cash.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"use strict";
22

3-
/*! cash-dom 1.3.5, https://github.com/kenwheeler/cash @license MIT */
3+
/*! cash-dom 1.3.6, https://github.com/kenwheeler/cash @license MIT */
44
;(function (root, factory) {
55
if (typeof define === "function" && define.amd) {
66
define(factory);

0 commit comments

Comments
 (0)