Skip to content

Commit

Permalink
first attempt to add library to meteor atmosphere
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuele Marchi committed Jul 13, 2014
1 parent 76936dc commit 2365844
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -8,3 +8,4 @@ npm-debug.log
test/spec
_SpecRunner.html
*.DS_Store
smart.lock
3 changes: 3 additions & 0 deletions package.js
@@ -0,0 +1,3 @@
Package.describe({
summary: "Quick and easy way to build your product tours with Bootstrap Popovers."
});
9 changes: 9 additions & 0 deletions smart.json
@@ -0,0 +1,9 @@
{
"name": "bootstrap-tour",
"description": "Quick and easy way to build your product tours with Bootstrap Popovers.",
"homepage": "http://bootstraptour.com",
"author": "Ulrich Sossou <sorich87@gmail.com> (http://ulrichsossou.com)",
"version": "0.9.3",
"git": "https://github.com/sorich87/bootstrap-tour.git",
"packages": {}
}

2 comments on commit 2365844

@sorich87
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@LostCrew we should add smart.json to the bump files list:

files: ["package.json", "bower.json"]

@LostCrew
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sorich87 agreed, i'll do that.

Please sign in to comment.