Removed all versioned deps on packages.
Showing
2 changed files
with
8 additions
and
8 deletions
1 | { | 1 | { |
2 | "name": "rivets-switch-binder", | 2 | "name": "rivets-switch-binder", |
3 | "version": "0.1.0", | 3 | "version": "0.1.1", |
4 | "authors": [ | 4 | "authors": [ |
5 | "Adam Heath <doogie@brainfood.com>" | 5 | "Adam Heath <doogie@brainfood.com>" |
6 | ], | 6 | ], |
... | @@ -15,10 +15,10 @@ | ... | @@ -15,10 +15,10 @@ |
15 | "test" | 15 | "test" |
16 | ], | 16 | ], |
17 | "dependencies": { | 17 | "dependencies": { |
18 | "jquery": "~1.10.2", | 18 | "jquery": "", |
19 | "requirejs": "~2.1.10", | 19 | "requirejs": "", |
20 | "rivets": "~0.8", | 20 | "rivets": "", |
21 | "underscore": "~1.6.0" | 21 | "underscore": "" |
22 | }, | 22 | }, |
23 | "devDependencies": { | 23 | "devDependencies": { |
24 | } | 24 | } | ... | ... |
1 | { | 1 | { |
2 | "name": "rivets-switch-binder", | 2 | "name": "rivets-switch-binder", |
3 | "version": "0.1.0", | 3 | "version": "0.1.1", |
4 | "main": [ | 4 | "main": [ |
5 | "src/scripts/rivets-switch-binder.js" | 5 | "src/scripts/rivets-switch-binder.js" |
6 | ], | 6 | ], |
7 | "dependencies": { | 7 | "dependencies": { |
8 | "rivets": "~0.8", | 8 | "rivets": "", |
9 | "requirejs": "~2.1.10" | 9 | "requirejs": "" |
10 | }, | 10 | }, |
11 | "devDependencies": { | 11 | "devDependencies": { |
12 | "grunt": "~0", | 12 | "grunt": "~0", | ... | ... |
-
Please register or sign in to post a comment