Skip to content

Commit cff024c

Browse files
committed
Merge pull request #5 from zumba/use-jquery
Removed lodash as a dependency
2 parents 9984035 + 8fe03f7 commit cff024c

15 files changed

+41
-6928
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
## Dependencies
66
* [AngularJS](https://angularjs.org/)
77
* [jQuery](http://jquery.com/) & [jQuery Waypoints](http://imakewebthings.com/jquery-waypoints/)
8-
* [lodash](http://lodash.com/)
98

109
## Non-Angular Waypoints Example
1110

@@ -50,7 +49,7 @@ Angular Waypoints comes with several packaged versions:
5049

5150
* `dist/angular-waypoints.js` **Development** — AMD compatable, commented.
5251
* `dist/angular-waypoints.min.js` **Production** — Minified, stripped of comments.
53-
* `dist/angular-waypoints.all.js` **Standalone** — Same as the Development version, but includes unminified versions of lodash and jQuery Waypoints.
52+
* `dist/angular-waypoints.all.js` **Standalone** — Same as the Development version, but includes unminified version of jQuery Waypoints.
5453
* `dist/angular-waypoints.all.min.js` **Standalone Compressed** — Same as the Standalone version, but minified.
5554
* `dist/angular-waypoints.raw.js` **Raw** — This is a simple version that isn't very useful by itsself. There is no `zumba.angular-waypoints` module. The directive, controller, and service functions are all exposed to the global scope. Use this if you want to package our code into another library, register individual components yourself, or do something custom.
5655

bower.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-waypoints",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "An AngularJS module for working with jQuery Waypoints",
55
"main": "dist/angular-waypoints.js",
66
"license": "MIT",
@@ -37,7 +37,6 @@
3737
],
3838
"private": false,
3939
"dependencies": {
40-
"lodash": "~2.4.1",
4140
"jquery-waypoints": "~2.0.5",
4241
"angular": "~1.2.22",
4342
"jquery": "~2.1.1"

0 commit comments

Comments
 (0)