Browse Source

Add spm support

tags/v1.0.0
afc163 11 years ago
parent
commit
6f601e6757
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      package.json

+ 7
- 0
package.json View File

@@ -17,5 +17,12 @@
},
"scripts": {
"test": "mocha test"
},
"spm": {
"main": "mustache.js",
"ignore": [
"test",
"wrappers"
]
}
}

Loading…
Cancel
Save