Skip to content

Commit

Permalink
Add spm support
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Mar 5, 2015
1 parent 16bcb17 commit 1afc10a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@

$ npm install slideout

$ spm install slideout

$ bower install https://github.com/Mango/slideout.git

$ component install mango/slideout
Expand Down
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,11 @@
"menu",
"touch"
],
"license": "MIT"
"license": "MIT",
"spm": {
"dependencies": {
"decouple": "0.0.1"
},
"main": "index.js"
}
}

0 comments on commit 1afc10a

Please sign in to comment.