Skip to content

Commit

Permalink
update package to version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jadsonlourenco committed Nov 5, 2014
1 parent bc3500f commit 028afb6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Foundation5-sass

A Foundation 5.4.4 Meteor package with sass support.
A Foundation 5.4.7 Meteor package with sass support.

[![Codeship Status for matthewforr/meteor-foundation5-sass](https://codeship.io/projects/e49f4990-3619-0132-02be-66e2e8c2d9ae/status)](https://codeship.io/projects/41324)

Expand Down
14 changes: 7 additions & 7 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Package.describe({
summary: "Foundation 5 with Sass support",
version: "0.1.17",
version: "1.0.0",
git: "https://github.com/matthewforr/meteor-foundation5-sass.git",
name: "matthew:foundation5-sass"
});

Package.onUse(function (api) {
api.versionsFrom('METEOR@0.9.0');
api.versionsFrom('METEOR@1.0');

api.use("fourseven:scss@0.9.6", ['client', 'server']);
api.imply('fourseven:scss@0.9.6', ['client', 'server']);
api.use("fourseven:scss@1.0.0", ['client', 'server']);
api.imply('fourseven:scss@1.0.0', ['client', 'server']);
api.use(['ui', 'jquery', 'templating'], 'client');

api.addFiles([
Expand Down Expand Up @@ -86,10 +86,10 @@ Package.onUse(function (api) {
});

Package.onTest(function(api) {
api.versionsFrom('METEOR@0.9.0');
api.versionsFrom('METEOR@1.0');

api.use("matthew:foundation5-sass@0.1.17");
api.use(["fourseven:scss@0.9.6", "[email protected]", "test-helpers", "templating"]);
api.use("matthew:foundation5-sass@1.0.0");
api.use(["fourseven:scss@1.0.0", "[email protected]", "test-helpers", "templating"]);

api.addFiles([
"test.html",
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
[
"fourseven:scss",
"0.9.6"
"1.0.0"
],
[
"geojson-utils",
Expand Down

0 comments on commit 028afb6

Please sign in to comment.