There was an error while loading. Please reload this page.
1 parent 16bcb17 commit 1afc10aCopy full SHA for 1afc10a
2 files changed
README.md
@@ -21,6 +21,8 @@
21
22
$ npm install slideout
23
24
+ $ spm install slideout
25
+
26
$ bower install https://github.com/Mango/slideout.git
27
28
$ component install mango/slideout
package.json
@@ -26,5 +26,11 @@
"menu",
"touch"
],
29
- "license": "MIT"
+ "license": "MIT",
30
+ "spm": {
31
+ "dependencies": {
32
+ "decouple": "0.0.1"
33
+ },
34
+ "main": "index.js"
35
+ }
36
}
0 commit comments