Skip to content

Commit 1afc10a

Browse files
committed
Add spm support
1 parent 16bcb17 commit 1afc10a

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121

2222
$ npm install slideout
2323

24+
$ spm install slideout
25+
2426
$ bower install https://github.com/Mango/slideout.git
2527

2628
$ component install mango/slideout

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,11 @@
2626
"menu",
2727
"touch"
2828
],
29-
"license": "MIT"
29+
"license": "MIT",
30+
"spm": {
31+
"dependencies": {
32+
"decouple": "0.0.1"
33+
},
34+
"main": "index.js"
35+
}
3036
}

0 commit comments

Comments
 (0)