Skip to content

Commit

Permalink
Update version and gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Jae-Yoon Chung committed Apr 21, 2018
1 parent 79b1ddb commit 6554df6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
*~
.npm

6 changes: 3 additions & 3 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'chfritz:ros',
version: '0.1.1',
version: '0.1.2',
summary: 'Meteor package for ROS: sync topics with collections, relay services as methods',
git: 'https://github.com/chfritz/meteor-ros',
documentation: 'README.md'
Expand All @@ -11,7 +11,7 @@ Npm.depends({
});

Package.onUse(function(api) {
api.versionsFrom('1.6.1.1');
api.versionsFrom('1.6');
api.use([
'ecmascript',
'underscore',
Expand All @@ -22,8 +22,8 @@ Package.onUse(function(api) {
});

Package.onTest(function(api) {
api.use('chfritz:ros');
api.use([
'chfritz:ros',
'ecmascript',
'cultofcoders:mocha'
]);
Expand Down

0 comments on commit 6554df6

Please sign in to comment.