Skip to content

Commit

Permalink
removed stellar bullshit
Browse files Browse the repository at this point in the history
  • Loading branch information
kevohagan committed Feb 5, 2014
1 parent 5b79f5c commit eda5b62
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 12 deletions.
Binary file added .DS_Store
Binary file not shown.
1 change: 0 additions & 1 deletion .meteor/packages
Expand Up @@ -15,7 +15,6 @@ accounts-ui
simple-schema
collection2
less
stellar
roles
nprogress
spiderable
Expand Down
1 change: 0 additions & 1 deletion client/views/test/test.js
@@ -1,5 +1,4 @@
Template.test.rendered = function () {
$('.CoverImage').attr('data-stellar-ratio', 0.5);

};

Expand Down
Binary file added public/.DS_Store
Binary file not shown.
Binary file added public/images/.DS_Store
Binary file not shown.
Binary file added public/img/.DS_Store
Binary file not shown.
7 changes: 5 additions & 2 deletions smart.json
Expand Up @@ -5,7 +5,10 @@
"ogno-admin": {},
"collection2": {},
"filepicker": {},
"stellar": {},
"nprogress": {}
"nprogress": {},
"ms-seo": {
"git": "https://github.com/DerMambo/ms-seo"
},
"font-awesome": {}
}
}
25 changes: 17 additions & 8 deletions smart.lock
Expand Up @@ -17,11 +17,15 @@
"filepicker": {
"version": "0.4.0"
},
"stellar": {
"version": "0.1.0"
},
"nprogress": {
"version": "0.0.3"
},
"ms-seo": {
"git": "https://github.com/DerMambo/ms-seo",
"branch": "master"
},
"font-awesome": {
"version": "4.0.3"
}
},
"packages": {
Expand Down Expand Up @@ -50,16 +54,21 @@
"tag": "v0.4.0",
"commit": "20d56aaaf48be3a5c0499547a495a6463b4fa3d9"
},
"stellar": {
"git": "https://github.com/noorderstorm/meteor-stellar.git",
"tag": "v0.1.0",
"commit": "1ca2f68e0cca5967a6f88545cea12055c9fc2465"
},
"nprogress": {
"git": "https://github.com/zhouzhuojie/meteor-nprogress.git",
"tag": "v0.0.3",
"commit": "ffd1c5dd400af64121197f4e637a215c4b6b1fc7"
},
"ms-seo": {
"git": "https://github.com/DerMambo/ms-seo",
"branch": "master",
"commit": "495cb66e744de2eeb67d9fd28f93a9cf3ad6f54b"
},
"font-awesome": {
"git": "https://github.com/nate-strauser/meteor-font-awesome.git",
"tag": "v4.0.3",
"commit": "61e9361384347547ae144f8228faa4deffda23db"
},
"autoform": {
"git": "https://github.com/aldeed/meteor-autoform.git",
"tag": "v0.4.13",
Expand Down

0 comments on commit eda5b62

Please sign in to comment.