Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

add spm support #7

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .spmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
index
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
topbar
topbar [![spm package](http://spmjs.io/badge/topbar)](http://spmjs.io/package/topbar)
====

Site-wide progress indicator that is:
Expand All @@ -9,4 +9,4 @@ Site-wide progress indicator that is:

Check out [demo & usages](http://buunguyen.github.io/topbar).

MIT license. Copyright 2014 Buu Nguyen.
MIT license. Copyright 2014 Buu Nguyen.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.2.2"
},
"spm": {
"main": "topbar.js"
}
}