Skip to content

Commit

Permalink
Add spm support
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed May 19, 2014
1 parent 10fab7d commit 97dc528
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .spmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
BUILD
example
minified
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,9 @@
"engine": [
"node >=0.1.90"
],
"main": "intro.js"
"main": "intro.js",
"spm": {
"main": "intro.js",
"output": ["introjs.css"]
}
}

0 comments on commit 97dc528

Please sign in to comment.