Skip to content

Commit

Permalink
Update package name
Browse files Browse the repository at this point in the history
  • Loading branch information
fourseven committed Oct 7, 2014
1 parent 59de2a9 commit 7f7a9e9
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Package.describe({
});

Package._transitional_registerBuildPlugin({
name: 'meteor-scss',
name: 'fourseven:scss',
sources: [
'plugin/compile-scss.js'
],
Expand All @@ -21,7 +21,7 @@ Package.on_test(function (api) {
'tinytest',
'jquery',
'templating']);
api.use(['meteor-scss']);
api.use(['fourseven:scss']);
api.add_files(['test/scss_tests.html', 'test/scss_tests.js'], 'client');
api.add_files(['test/scss_tests.scss'], 'client', {isTest:true});
});
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"pluginDependencies": [
[
"meteor-scss",
"fourseven:scss",
{}
]
],
Expand Down

0 comments on commit 7f7a9e9

Please sign in to comment.