Skip to content
This repository was archived by the owner on Aug 5, 2020. It is now read-only.

Commit f84b181

Browse files
author
Steve Calvert
committed
Updating version of velocity
1 parent 52a24d6 commit f84b181

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
],
2121
"dependencies": {
2222
"plugin": "2.0.0",
23-
"velocity": "1.0.0",
23+
"velocity": "1.1.0",
2424
"requirejs-text": "~2.0.12",
2525
"requirejs": "~2.1.14",
2626
"gremlins.js": "~0.1.0"

dist/bellows.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
11
(function(factory) {
22
if (typeof define === 'function' && define.amd) {
3-
/*
4-
In AMD environments, you will need to define an alias
5-
to your selector engine. i.e. either zepto or jQuery.
6-
*/
73
define([
84
'$',
95
'velocity',
106
'plugin'
117
], factory);
128
} else {
13-
/*
14-
Browser globals
15-
*/
169
var framework = window.Zepto || window.jQuery;
1710
factory(framework, framework.Velocity, window.Plugin);
1811
}

0 commit comments

Comments
 (0)